Loading Tool

Explorer IconExplorer

Memory Pool

17,527 transactions
8.00 vMB
0.02510487 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 45.88/200 MB

Candidate Block

Mining Attempt a548c87172f710ba9ddefce6d0b6ba736f0905d7d1fda25246ffa50a2bf681da
Version 20000000
Previous Block 00000000000000000001bf0296a9d24640817181fe27acc0716facbe0a50c1cb
Merkle Root 732835bd1e01de88377fc26085ee52eee65cc714bbb4c257e9577ee1841980f6
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,685
Size: 1.00 vMB
Total Fees: 0.00845340 BTC
Median Feerate: 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,391 (750,811 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
162,580 162,580 0000000000000571780cb624e43bb6af5a91c9a6eac622ae4be41dbfbd35b923 56 0.05 vMB 60
162,579 162,579 00000000000000d58ba9cb0571828395fb9d1be8e96e88adecbaa1da4e05ec21 27 0.01 vMB 314
162,578 162,578 000000000000083e425a65c5962576054009732082f38cb6c01a9876e68d7136 15 0.01 vMB 73
162,577 162,577 00000000000002c3bdd3ed83b5146a9fbd72456297d7b72e962aaf53c9a9e3d9 9 0.00 vMB 17
162,576 162,576 000000000000045ee5f29dce3b0df34a4741d7e270bda63cde2b9c4fec494b58 59 0.03 vMB 102
162,575 162,575 00000000000007dd5f5da8230d140cacfb281a75a1c6bb14138cbf40b57eb511 39 0.02 vMB 360
162,574 162,574 0000000000000aaf24d45f7bcbaf73741ac45b734a4ff4b907a8bbace88ec61e 24 0.01 vMB 159
162,573 162,573 00000000000000db97f496fd3561c5751a77f6afa0e21e9bac44a6e801dbb1a8 125 0.05 vMB 50
162,572 162,572 00000000000002f07d15c5abcc5d5922f80309c3f676f7904537db2bd2ad9134 60 0.03 vMB 229
162,571 162,571 00000000000008ee1dc360e82fd2ffe0b0fab6e8b7b89a53a94d93ec677b4319 6 0.00 vMB 470
162,570 162,570 000000000000073f1fde097dc82e98de6889803ec5ad497b4732eaf9cea86ffd 26 0.01 vMB 45
162,569 162,569 00000000000000054a36681ff0767e29c839b9d20054765d64c4f81bdf6c4d21 10 0.00 vMB 57
162,568 162,568 000000000000014710583d69534e6173880ab18a57a94430ec2b3ee18e296735 57 0.02 vMB 269
162,567 162,567 0000000000000599f1819cee31457fcd973424e5e6ff9f093ed39da449df9187 111 0.03 vMB 146
162,566 162,566 00000000000002b6a2037b64185dac420be9497143c1275789882072e31a0334 33 0.01 vMB 265
162,565 162,565 00000000000002bbb1c30c291177e68bd49ee831eaa73d535ca0cb4bd6c11bbc 23 0.01 vMB 153
162,564 162,564 00000000000004413c4dc0debbd75067fcbce0279d26ac162d2433fe62f026ba 114 0.03 vMB 0
162,563 162,563 00000000000001d8394eef3727a77299539e58daa70986084936dde60eede4a7 41 0.01 vMB 535
162,562 162,562 00000000000005dd2870698adfec0e93aed0eeb54b63b6edbd7477704609ab6d 61 0.02 vMB 73
162,561 162,561 0000000000000031dacab4d06c1ddf35aad639b6bcde8543bc9c5e999d279c89 56 0.02 vMB 116
162,560 162,560 000000000000017c17fadc6a4321d5c0eba99f007cf607c01b5f138247bac7f9 38 0.02 vMB 74
Previous 10 blocks ↓
Total Size: 779.54 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 246.59 GB
    • Received: 0.93 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.