Loading Tool

Explorer IconExplorer

Memory Pool

39,332 transactions
20.26 vMB
0.06230590 BTC
Random Selection Loading Transactions
Max Size: 111.59/200 MB

Candidate Block

Mining Attempt ad8da11d2154246d1fe3d195d99de259eb1c0fc3ebde35c47db72dc03516dcf6
Version 20000000
Previous Block 00000000000000000001350ed2034af4b78f928cb7df77b79c39a7979cbb2b7d
Merkle Root 7d592bfc9343f84593503f563583ae6455f9f506711ecdce8189a1e6f7ba9e0f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,924
Size: 1.00 vMB
Total Fees: 0.02100408 BTC
Feerates: 505.54 > 2.10 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,084 (490 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
913,594 913,594 000000000000000000005d949a802c907abc6cba460ac5d6e4bba26cbb84da16 5,496 1.00/1.00 vMB 0
913,593 913,593 0000000000000000000180aab2a364d0baeddacf4048d0600065390a81651829 593 0.14/1.00 vMB 3
913,592 913,592 0000000000000000000191d2a298d4c5906bf36b103cdb12dd8e60af333e58d3 1,149 0.35/1.00 vMB 27
913,591 913,591 00000000000000000001f5392cfcccdcea0dd61f32400b16951bb42c1ef36fc8 3,333 1.00/1.00 vMB 0
913,590 913,590 0000000000000000000187c2cf7b93f9b8d1624a69bc2161434c692a3a2ce6df 3,297 1.00/1.00 vMB 2
913,589 913,589 00000000000000000000af67d77d008b3c0a15a7e4e7bef1f85054c6ea64b548 3,683 1.00/1.00 vMB 7
913,588 913,588 0000000000000000000019007a617bca8f44fd0c41ccdf3831817d194cd0e466 2,438 1.00/1.00 vMB 1
913,587 913,587 00000000000000000001974a462eda196d3d58c68fb6c6272a1abfc0c4f6498b 3,295 1.00/1.00 vMB 6
913,586 913,586 000000000000000000006eacd3e006b3e49fd55c28fb96993041d9db85c65331 3,175 1.00/1.00 vMB 5
913,585 913,585 00000000000000000000919d4cf68f2bbac33342c17d04ee0487d8740189ddfa 1,688 0.47/1.00 vMB 3
913,584 913,584 00000000000000000000e5c9c460725c8590441000ad811fe6fa95e597efc49c 1,592 0.48/1.00 vMB 2
913,583 913,583 00000000000000000000cf2e22d7e43d847ff395d1c61cffee02e99b03fd7a6c 3,365 1.00/1.00 vMB 3
913,582 913,582 00000000000000000001d3e897a824d1ab7e1f85b7da1fc54c6213ce643a4718 6,630 1.00/1.00 vMB 0
913,581 913,581 00000000000000000001580904993ba71279456e8605635f812db7300b984884 4,330 1.00/1.00 vMB 3
913,580 913,580 00000000000000000001c7437b1f785c566ed4a9844c0e421e0b43769f3f0128 2,665 1.00/1.00 vMB 1
913,579 913,579 00000000000000000000073fc8ac9a7f53ac00d4558f352fec83381234a9e3a1 2,468 0.72/1.00 vMB 6
913,578 913,578 000000000000000000002d1801e8fbf7a6d4a084790b185bc36f2652bf596837 6,840 1.00/1.00 vMB 0
913,577 913,577 00000000000000000000f44e6d700f7b0702c30e36590374f83d4a059108c647 2,784 1.00/1.00 vMB 2
913,576 913,576 000000000000000000015c0e20f4580acd284504ea221646dda702c5bc06f2e8 1,537 0.41/1.00 vMB 1
913,575 913,575 000000000000000000002fd98a820e0f6d2d2618bdbefd8260deaa2417422c0b 3,565 1.00/1.00 vMB 3
913,574 913,574 0000000000000000000067f5b641202c998f0a82b15e69f99c1b9408c7ddde65 3,939 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 780.74 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 556.01 GB
    • Received: 6.98 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.