Loading Tool

Explorer IconExplorer

Memory Pool

79,615 transactions
29.25 vMB
0.07589288 BTC
Random Selection Loading Transactions
Max Size: 177.80/200 MB

Candidate Block

Mining Attempt 0c4b493251e7275fe3f1d97c4f479efdcccc95ae55b2ea3131731f29f57b3564
Version 20000000
Previous Block 0000000000000000000133fd23f388524a0e94c313d877ce33166100e4eb7233
Merkle Root 2ca92f020c305787d29c4482c493aa43e7802cae12c6013c99fe7f6c14f8204a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,113
Size: 1.00 vMB
Total Fees: 0.01460933 BTC
Feerates: 74.86 > 1.46 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,085 (385,879 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
529,206 529,206 0000000000000000003114148391a8cb25f5b2bc182f48ab19b43f117d37c241 1,609 1.00/1.00 vMB 17
529,205 529,205 0000000000000000002f4cb45606bc7e2e9630d0fd90a941ce76fb4c4aa9ac42 2,567 1.00/1.00 vMB 46
529,204 529,204 0000000000000000000567a4acd61973688607345df73697e9c6bc2215f1f8be 2,500 1.00/1.00 vMB 8
529,203 529,203 0000000000000000001b28a7afd4f57ac6ea79421ffe138cef134e31951d183f 2,268 1.00/1.00 vMB 82
529,202 529,202 0000000000000000002716a4cbe7ef3d8ca0d6e5cc152b8dccf3b808ad7c2fcc 2,106 1.00/1.00 vMB 35
529,201 529,201 0000000000000000000f2a5d02ef49f7d720b7ae2e7b9c5c129d5cab710c9ae0 493 1.00/1.00 vMB 9
529,200 529,200 00000000000000000035727f82d8215fbeced4e4a06b09a0b314a952049bb962 455 1.00/1.00 vMB 6
529,199 529,199 00000000000000000033224dc7cc6a55a454f9f3b70ae6982be678943f43284c 814 1.00/1.00 vMB 15
529,198 529,198 00000000000000000003323cf4eecdde4397ac7fd7e28aced8d53b26d26b4697 530 1.00/1.00 vMB 10
529,197 529,197 00000000000000000006d50b9a35637336b749b2c75e5f15f807538d69017b10 692 1.00/1.00 vMB 3
529,196 529,196 0000000000000000000a3127d6f0fa388d50c687e4f682bcc18f5a3167b5fe28 1,039 0.42/1.00 vMB 37
529,195 529,195 0000000000000000001bb9861109fee70a9bfa95a23ce3ef11b9cdc5d6ce5a37 2,424 1.00/1.00 vMB 57
529,194 529,194 00000000000000000008a90260f16272facf4b5aa07f41e524dc1b18afde6cec 949 1.00/1.00 vMB 27
529,193 529,193 0000000000000000000d6845ab08681cc915e04205b9ab027b1d4a684ce7da57 619 1.00/1.00 vMB 8
529,192 529,192 0000000000000000002a4fae3780a60fcaf572fff1beca8ddbf818dfcd115048 817 1.00/1.00 vMB 13
529,191 529,191 000000000000000000066e46a1d587d0a04596b22980525f76ae687203aab156 678 1.00/1.00 vMB 9
529,190 529,190 0000000000000000001cb7bab0eed07acb9eafd11bee4149ae9d66fac6c11b8f 178 1.00/1.00 vMB 2
529,189 529,189 0000000000000000000dc180d93a80e3d35398672a5ae67da2ee06536f8dda2e 1,261 1.00/1.00 vMB 23
529,188 529,188 000000000000000000051882fdae9428bb8fa079e245909da5e640ca292aaa70 1,939 1.00/1.00 vMB 33
529,187 529,187 0000000000000000001e063b97c80ea62ee4c6ac89ad1a0c0963b889bb5c3161 1,683 1.00/1.00 vMB 3
529,186 529,186 0000000000000000001102a848ce2e5bfa6dd69f14eb9afac04dd39cb75f350e 2,336 1.00/1.00 vMB 62
Previous 10 blocks ↓
Total Size: 782.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: 669.11 GB
    • Received: 15.73 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.