Loading Tool

Explorer IconExplorer

Memory Pool

78,880 transactions
29.11 vMB
0.10002256 BTC
Random Selection Loading Transactions
Max Size: 176.59/200 MB

Candidate Block

Mining Attempt 36cf384c340687e4a851d1f806c17592185b0fd57c9dfeea9c0ca270988b31f1
Version 20000000
Previous Block 00000000000000000001b1838b6a5a4a957646894043843182780c2fbbc032ab
Merkle Root 2daf85ac6c79278ed525e421e708789290ce0e5579361ad7cdcb046bb7ed65d6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,388
Size: 1.00 vMB
Total Fees: 0.03902009 BTC
Feerates: 137.15 > 3.91 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,113 (806,021 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
109,092 109,092 00000000000066873bc5bef7ede0ae1e5af109677723662330b7c98ca455d345 5 0.00/1.00 vMB 0
109,091 109,091 0000000000001dec00fe20fda2b74285db2119b192cf97f0231fc871054b0425 7 0.00/1.00 vMB 0
109,090 109,090 0000000000009cdc362f7847d5517ac64925ac1292ef2e377bcc29fb6c962cf2 12 0.00/1.00 vMB 0
109,089 109,089 0000000000009a9319a791d089dde7ff9534376ca35b4dad3d21b4e39e2894b9 3 0.00/1.00 vMB 0
109,088 109,088 0000000000017d8d904e3c7be7ecd8c47a45ef4464207c5bb2e9333d3dc3b2b8 4 0.00/1.00 vMB 0
109,087 109,087 0000000000018f1e391f6acfb11697d3fcc082d5d0092a02a0fb3859391e760a 3 0.00/1.00 vMB 0
109,086 109,086 000000000001b9985bd3beabec2b07ad83b803e3e5f623f42ecf12c4d43209cc 1 0.00/1.00 vMB 0
109,085 109,085 0000000000007156c091ffb42b396a8bdc7126062b8c6a0c6a116ec6565920f1 2 0.00/1.00 vMB 0
109,084 109,084 00000000000133f5d8b7c24e85b5cf1f74c6c329bf51c150dd61166f1ab7664d 6 0.00/1.00 vMB 0
109,083 109,083 00000000000185a53bbc57d3046ccaeb1b69730c60a07c1336fb6a6851dabbd6 8 0.00/1.00 vMB 0
109,082 109,082 000000000001adaaad3bb4a5bf1b6fe9d136ae7ba1884f7210c6fbe3fd3052fd 1 0.00/1.00 vMB 0
109,081 109,081 0000000000009fecb4f74df2bb10973844498a94271f5ca184df1bdc65b43517 6 0.00/1.00 vMB 0
109,080 109,080 000000000000448f8ca761e58a79b16ab5ba51cbe8954731cfbff605f679f2a7 11 0.00/1.00 vMB 0
109,079 109,079 0000000000004ae4be96848d3e261a0d350d91cbc5da418afe6f34266992ce42 12 0.00/1.00 vMB 0
109,078 109,078 000000000000c79a32045348d310c29a0c9ace1f01af54bd2dadd060ba94cfd2 12 0.00/1.00 vMB 0
109,077 109,077 00000000000030e58a799893dcf6062674a3d8069766b74bbd1bedf2a0ecc674 12 0.00/1.00 vMB 0
109,076 109,076 0000000000004aec4e0534ffbe829a6105c87815ff62a718f9d7fe9996827fd6 27 0.01/1.00 vMB 0
109,075 109,075 0000000000013837fea48c2f3603b624b502642d2748ce5f6d8cb366d4b3dc2d 12 0.00/1.00 vMB 0
109,074 109,074 000000000000f198519846d94752c90ae999dfda963438e51ace4de46bf1b47b 12 0.00/1.00 vMB 0
109,073 109,073 0000000000005b1fdc0d290c3c9d77cc5abf72afa5d633423cd3c6de66dc8d73 11 0.00/1.00 vMB 0
109,072 109,072 0000000000010f1e51fad05ed36f4e2c8c5b1626eb0b87af9e212e33b73f239f 13 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.59 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: 671.40 GB
    • Received: 15.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.