Loading Tool

Explorer IconExplorer

Memory Pool

81,245 transactions
29.79 vMB
0.09811443 BTC
Random Selection Loading Transactions
Max Size: 180.46/200 MB

Candidate Block

Mining Attempt ca6b2533a008bafc6d4f595f11940a83f736616aceb5e592933a05e0c45f0668
Version 20000000
Previous Block 00000000000000000001988ac308b422066efcf6e9b3cd8e9afb4f26462c1591
Merkle Root 20e63a9f496fcf276ddcde815115620814c3a643e0ddd0336a2f1e7d9875ff3d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,003
Size: 1.00 vMB
Total Fees: 0.02428411 BTC
Feerates: 63.15 > 2.43 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,626 (882,042 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
33,584 33,584 000000003084d9cd22d26e7ebc5b979334b54e89a87edb473fe8f00990cbaa79 1 0.00/1.00 vMB 0
33,583 33,583 0000000046e07bd5e03868536542299ce43a9ec8528d1c6a3618c4be172bf94b 1 0.00/1.00 vMB 0
33,582 33,582 00000000d7b8f276451abb536c21e0293f6fe69a97143399824fd37482ebebcb 1 0.00/1.00 vMB 0
33,581 33,581 000000005bd30f46500e33e664d0321b1ec9f962460ee74e0ce1a7ce48a028ef 1 0.00/1.00 vMB 0
33,580 33,580 00000000c51e86784f8b0fe35b22a0ec3b69ccdf3ce1e351c4b96aecf68dd381 1 0.00/1.00 vMB 0
33,579 33,579 000000005a13b08c4c16e1ff49c9e87e4816ad3b75a498e07bccfd4caa18ab81 1 0.00/1.00 vMB 0
33,578 33,578 0000000072c6e99f46d172ad7a0f18c3e19241d94db8e200111db4f964d3ba08 1 0.00/1.00 vMB 0
33,577 33,577 000000004dff03589e1a13b4e38c4bb6a7920aead5698dacd691ec827e940026 1 0.00/1.00 vMB 0
33,576 33,576 00000000bf2831ad78461048bed9bc8a5c47ff001def41c81884b1503dd657b2 1 0.00/1.00 vMB 0
33,575 33,575 000000006068465dd753a8339d849b4d51a51d4136b066807558b16d972e0241 1 0.00/1.00 vMB 0
33,574 33,574 00000000abd5426b2f34c018eb073592b74be2299675f4861a54d882b567c072 1 0.00/1.00 vMB 0
33,573 33,573 000000001913b7c208705ec63c6f818fd9e430696a1b4822e47ccec67607c84b 1 0.00/1.00 vMB 0
33,572 33,572 00000000691afcfd8eb123c3beb431c3e691a0b8cc0d052ae29af06545c6dc17 1 0.00/1.00 vMB 0
33,571 33,571 000000004fe5381b7256ca5b4f5184d35dc3a467c73eba75157091a8b2fcf629 1 0.00/1.00 vMB 0
33,570 33,570 000000000991b461578ba96aebd28f9133b0e4c9090365eadeea001899bd7f02 1 0.00/1.00 vMB 0
33,569 33,569 00000000691933959524b06af8f452aab2fe6c5155bb91070e880f32afe33f9c 1 0.00/1.00 vMB 0
33,568 33,568 000000005e229050d2b8e27821b70e7cd64276e0526f941ca0b0b4d4b14a65d1 1 0.00/1.00 vMB 0
33,567 33,567 0000000070751ef2740cc60c5b85466e1da3188519041101e91c23b83f3373f6 1 0.00/1.00 vMB 0
33,566 33,566 000000006fd3607bdb96d795cae0c3960a1110b8e5d56194a618d18db5b579b8 1 0.00/1.00 vMB 0
33,565 33,565 0000000053b55c07d795c47cc9bfb42b75ce0b8a9b51669cf1e846af1d4a6dee 1 0.00/1.00 vMB 0
33,564 33,564 000000006341ef6b24a0f778c82408c114d4ced3b4bf3ac72b553c7b22d91b7c 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.47 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: 772.19 GB
    • Received: 20.15 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.