Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,758 transactions (0.75 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,842 000000000000000000022b910000000000000000000000000000000000000000 ago 0.74 vMB 2,742 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,841 (93,720 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
818,121 818,121 00000000000000000002cdd6d3363914858aa81ec31b86aa3d8199c945fa4e34 1.83 MB 4,889 66
818,120 818,120 000000000000000000021f49e9ecd62a995180936826fbcaf3a5be9c36891583 1.73 MB 4,315 81
818,119 818,119 00000000000000000001854fad6206c2c062d1e2503de9b91a59d2037a299c78 1.57 MB 4,273 114
818,118 818,118 00000000000000000002a8a91528fdd273e20b5bbd732b6dbb2b7840b258c05e 1.80 MB 4,187 78
818,117 818,117 000000000000000000035ef07d180022e09a52f44e7587cbac23f25613d35fc2 1.83 MB 4,128 76
818,116 818,116 00000000000000000000216698fb14ed4277aee66d7f2cc2604954dea110e3e9 0.00 MB 1 0
818,115 818,115 00000000000000000002430f450fbaa963bd9cb7845643d0f1347abce410267f 1.57 MB 3,742 99
818,114 818,114 0000000000000000000239bd23ac92e86a266dd9e37501f55c05dbed8fbe9e79 1.66 MB 4,218 94
818,113 818,113 00000000000000000002e52c8f581665ed2e4e01d11b7860f5031a5d081db621 1.74 MB 3,253 135
818,112 818,112 0000000000000000000040da11e4a2b4613ca7acf5652c0b67b97dc2f790f7e8 1.58 MB 3,691 102
818,111 818,111 00000000000000000000259b08dfdd258daaf24978f7539827b42fc22243d57f 1.68 MB 3,770 94
818,110 818,110 000000000000000000023c5262b007320f846745bbccb51b1d0728ac8bdca979 1.83 MB 2,673 100
818,109 818,109 0000000000000000000248be95f69662bf20d9a9d0d332577fc708ab326ddb35 1.56 MB 3,515 120
818,108 818,108 00000000000000000001f4cf3666c839d8e074e7215da6aefd7431dadba1d993 1.65 MB 2,557 110
818,107 818,107 000000000000000000020ae00ace4f0c36f9d6bcbd6ede523550c34f9b80874b 1.94 MB 5,595 80
818,106 818,106 00000000000000000003d46fd1a7fb821c49e6a6a61a59e31649cd3a96cd069a 1.75 MB 4,941 83
818,105 818,105 00000000000000000002bfaf909c0d912d6dd15b8441d2f558ff716098797ede 1.69 MB 4,039 81
818,104 818,104 0000000000000000000445d76c07f2627083b60cbeb4fac18dbb4171814bdb5a 1.89 MB 5,139 83
818,103 818,103 00000000000000000000680800117f277aa00563a3ad81fe8064b019fc6789aa 1.72 MB 4,793 94
818,102 818,102 00000000000000000001815e260e06e79768388a3fde2e2475ee2e3149a936a3 1.70 MB 4,821 99
818,101 818,101 000000000000000000042930161b84d2f271d4924d50a1aeeecb0922ae593b48 1.84 MB 5,039 80
Previous 10 blocks ↓
Total Size: 776.80 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,468.75 GB sent, 132.53 GB received

Notes

  • This page updates every 5 seconds.
  • 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.