Loading Tool

Explorer IconExplorer

Memory Pool

46,465 transactions
27.31 vMB
0.10058747 BTC
Random Selection Loading Transactions
Max Size: 145.49/200 MB

Candidate Block

Mining Attempt e74030e95d65a8b7a0a67287d283d163032423f7e23df26d1cd3901d6050c882
Version 20000000
Previous Block 00000000000000000001bfbced3ea009a2f71c20ce288c536043b9b1575dc7b2
Merkle Root 3c43c1120f1595e268ef664775ee7b285363f2e9619261ae58c65bb744637c48
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,600
Size: 1.00 vMB
Total Fees: 0.04970648 BTC
Feerates: 101.66 > 4.98 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,771 (82,564 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
832,207 832,207 00000000000000000002f3a4c0df44ef1ab427bf45547af344c9341f5b17ba76 2,503 1.00/1.00 vMB 24
832,206 832,206 00000000000000000001d06a52d1700ff4c0491d9ede05989e3b5eed35ffbd73 1,988 1.00/1.00 vMB 23
832,205 832,205 000000000000000000035a172e36b809794f0c61f47b6ecf5b05667a36e3f551 2,923 1.00/1.00 vMB 39
832,204 832,204 000000000000000000025f4b8d73fa60662c35b6d7b51cf05da3c52485400c25 978 1.00/1.00 vMB 21
832,203 832,203 00000000000000000002adb4b9af5a2ee5688651c9ef78e5f1c56349545db3f3 3,101 1.00/1.00 vMB 27
832,202 832,202 00000000000000000000668221bfbede0ace856286e158edbfdac3c2993efb97 3,283 1.00/1.00 vMB 33
832,201 832,201 000000000000000000009d74fd7c65196ffefaa0041975f08876c1bbc062209f 2,934 1.00/1.00 vMB 27
832,200 832,200 00000000000000000001cc2e708b0c0a7780c41efa47563f8480fd631a4ce1c0 2,878 1.00/1.00 vMB 33
832,199 832,199 0000000000000000000300b01fbf97462e51eaa91f00ebafab69e226e2e93ae2 1,891 1.00/1.00 vMB 26
832,198 832,198 000000000000000000015caedf2868d19c37a2b06df1bdb7e8e035241fcb7f30 1,034 1.00/1.00 vMB 24
832,197 832,197 00000000000000000001f1e64ae05a1a5458f41cdd267c89af6f4e2eed6a0437 2,169 1.00/1.00 vMB 24
832,196 832,196 000000000000000000010099935dc2a9171457066e1d20ddab3c24101e9739ce 2,518 1.00/1.00 vMB 31
832,195 832,195 00000000000000000001498f65558ee61ed6de70f1de41d28160223751bc07ac 2,988 1.00/1.00 vMB 45
832,194 832,194 0000000000000000000187be16b41198b498dc5ff2d85cf04e5bc82c8148ac41 486 1.00/1.00 vMB 19
832,193 832,193 0000000000000000000156391edb7b5e99c39329f3af91635a6593b062b4d499 3,013 1.00/1.00 vMB 30
832,192 832,192 000000000000000000032afa541320ff528796c2ae9c01610a0cca8ff4c156df 3,201 1.00/1.00 vMB 33
832,191 832,191 0000000000000000000025edd6ccc84d5757f40261f1f76a178063a6fa191b25 3,130 1.00/1.00 vMB 28
832,190 832,190 000000000000000000007bc729f968cbc4e64b522b22fa62845feb385b2ec08a 2,917 1.00/1.00 vMB 42
832,189 832,189 00000000000000000001b24dac24133ff94f22fe6f0e88b953f3d862938a0890 1,114 1.00/1.00 vMB 22
832,188 832,188 000000000000000000024dd26fba2794432051029c209a1d0d02e0ef4ccbcb5a 1,528 1.00/1.00 vMB 19
832,187 832,187 00000000000000000000d0c6330635da20dd8fa179e7fec6b6d7595e40e557f0 2,668 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 781.98 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: 648.26 GB
    • Received: 13.02 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.