Loading Tool

Explorer IconExplorer

Memory Pool

65,582 transactions
36.42 vMB
0.25935204 BTC
Random Selection Loading Transactions
Max Size: 193.69/200 MB

Candidate Block

Mining Attempt cd9475b55902d04f3c5da19663baacc1e20bc45359f4ff44a350d78e8a690918
Version 20000000
Previous Block 000000000000000000015efc7cee96fe97f72a9b5f9a898c6960c3e5060701f4
Merkle Root 8ec6c791d32404984e183de529abb0c85b478dd41d22e5c4a621dce561d70a2f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,560
Size: 1.00 vMB
Total Fees: 0.14270847 BTC
Feerates: 1,471.76 > 14.30 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,417 (807,861 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
106,556 106,556 000000000000c2595acb8a9b9df1dcb0f9787b104dbff13f88d7d806ce85550b 3 0.00/1.00 vMB 0
106,555 106,555 0000000000020e59b0e8ab19de57528a4ee9e7b397d844685e39b319f6d7b471 1 0.00/1.00 vMB 0
106,554 106,554 0000000000003d78037a78e7170366f2ce86d8f975cbaea1bf6e9d654395cd67 3 0.00/1.00 vMB 2,415
106,553 106,553 000000000002dc6792e447f83bd0e696fb7957771406cd38315ba0aedf61d1bf 8 0.00/1.00 vMB 0
106,552 106,552 000000000001bf7024b96f21bedf91b90b7b87b13b21fb9bd43dca96593a2ccc 5 0.00/1.00 vMB 0
106,551 106,551 0000000000024b2f71e0237ebbb0533040d3af05a9b1fc3fb3354ee5e653fa80 6 0.00/1.00 vMB 0
106,550 106,550 00000000000118cb07376fb0348ad0e57b4bc97e680c7956c68f423f77d1a9ab 19 0.01/1.00 vMB 0
106,549 106,549 000000000001081d339e9100cd6332cc9831e05a0ffdb0204d8b9386f337b787 2 0.00/1.00 vMB 0
106,548 106,548 0000000000024779d61509fa4e158f69b093d1332f15e0731d921ffaa0ac0fac 3 0.00/1.00 vMB 0
106,547 106,547 000000000001e78cc743b28a2695d787b108a3fa811f8014e1451d4973a5ebe5 2 0.00/1.00 vMB 0
106,546 106,546 00000000000119830e9c70ec675a5083444a2215e8c8f631d0a0523adc644c67 2 0.00/1.00 vMB 0
106,545 106,545 000000000001469eea000d66743e1df09fe4812cf99fda0ade8a9ad0433c63ff 1 0.00/1.00 vMB 0
106,544 106,544 0000000000022dd2d7345078aa82b5915d5d94bcfabb8077a9b756728e6e2b36 1 0.00/1.00 vMB 0
106,543 106,543 0000000000006af2428b4f4b54f0a987b4635473d421f9bcff9da1e094257f76 1 0.00/1.00 vMB 0
106,542 106,542 000000000001151b607b074803e840e9de2a294ac203595d847e812ac4bfc948 3 0.00/1.00 vMB 0
106,541 106,541 00000000000141de42bc8c2651489b23cf18b94f269abce7c655af5515143c66 24 0.01/1.00 vMB 0
106,540 106,540 0000000000023cd2d97e52e507e73979261384385aa9d02663e834c34a4bda03 5 0.00/1.00 vMB 0
106,539 106,539 00000000000141871d57fba3d98251c93c0805a17dd6ee6b299918eccd893243 5 0.00/1.00 vMB 0
106,538 106,538 000000000002d6328fc3882d1eadaae86b6eff22c59a952eb95825e0ac947f90 4 0.00/1.00 vMB 0
106,537 106,537 000000000001ee0aaf724ba18d63f62b198f92f316741ea38bfb7f8f0e2e7b01 2 0.00/1.00 vMB 0
106,536 106,536 0000000000028edd923315a67943911c6239c32137b65bd36fc786b41805d9de 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.34 GB

Node Details:

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