Loading Tool

Explorer IconExplorer

Memory Pool

69,584 transactions
26.54 vMB
0.06677388 BTC
Random Selection Loading Transactions
Max Size: 159.42/200 MB

Candidate Block

Mining Attempt 33302f21f3d609846adc887a08b93adf33693de43ed0ae14060f66d41b84cc04
Version 20000000
Previous Block 0000000000000000000025b4d4b866378eec5892e1e3cbda47b57b15f53ecc85
Merkle Root 686aed0c1942f982c65720d5d437efd57419f4c3996d585da13993ff93153011
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,204
Size: 1.00 vMB
Total Fees: 0.01024223 BTC
Feerates: 40.21 > 1.03 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,476 (687,768 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
227,708 227,708 0000000000000296d00eab0c3278373f39a0f1b95124da0cd4e12cb087ce90c5 269 0.15/1.00 vMB 117
227,707 227,707 0000000000000079e0c89c532664442be664adf002cceef79436aa701dacc4d2 256 0.09/1.00 vMB 198
227,706 227,706 000000000000030d8dad2dc2586e8eae9110a772467202215460e917d0bd7a89 143 0.10/1.00 vMB 108
227,705 227,705 0000000000000076bb338ae8d4316795ef8bfaeeff95858b95a8b10aecaa699e 375 0.14/1.00 vMB 180
227,704 227,704 0000000000000338a316b1efa4b9ea88b2a05192c7357c005925bc284955418a 389 0.20/1.00 vMB 140
227,703 227,703 000000000000025e2ede53dcd73a42a27b1fec918bbaf555ced420d76022bfd7 517 0.25/1.00 vMB 158
227,702 227,702 00000000000002da3a59ce6a954083a51b62e233d4f257cef96bcb203f55cbed 94 0.05/1.00 vMB 150
227,701 227,701 0000000000000178a45d25b7370be57ecd110c9280e3bbe4be4e8d4e51d9da3f 576 0.23/1.00 vMB 203
227,700 227,700 00000000000001f2827208b0b419d2c6d85581f3945502e58adf0298d7822f65 10 0.00/1.00 vMB 131
227,699 227,699 00000000000002edc733453c7f2c13cd8642aa6498091866b245c77c7b85e2d0 588 0.31/1.00 vMB 133
227,698 227,698 000000000000034118b7e5f68f60e8e8f95f8c9e7bde75a4c43cd9af39d41d08 117 0.05/1.00 vMB 184
227,697 227,697 0000000000000177cfda998d75e7801de2cfdef84d2a264ebd782e247362e59c 733 0.25/1.00 vMB 205
227,696 227,696 000000000000029167b99d7b13c16a6a1bdca889364000452a2dd6e5dc35fe1c 166 0.07/1.00 vMB 73
227,695 227,695 00000000000002633803a40c94b64f95230ad5c73f34682d433b2f4a5acec20b 420 0.15/1.00 vMB 190
227,694 227,694 00000000000001a381a6cf6850d9d308e1794176d160a881bdb3e772ce3628db 558 0.18/1.00 vMB 191
227,693 227,693 00000000000002d6e4146da90b2e1bea2b5c586eb2ffa99244f9abe7651e9345 377 0.19/1.00 vMB 145
227,692 227,692 00000000000002e79dc2cccafe41c4295b6a177eb0d57524e249b90f58705047 82 0.04/1.00 vMB 93
227,691 227,691 0000000000000270eb466edb3e0bad92e76524442508e7852e9b336d4eb2b1e9 174 0.10/1.00 vMB 119
227,690 227,690 00000000000000b1697a7a657c45719c807209b0930dc19e9ecae2f0f29a0202 143 0.06/1.00 vMB 148
227,689 227,689 000000000000018c6f87c8daad1382e1abe2a2bbf4f7463e1fc13f55403086e0 429 0.20/1.00 vMB 162
227,688 227,688 000000000000002f470f32d7354a76bb418e962e92e0bc86d67ba96fb884c5df 3 0.00/1.00 vMB 103
Previous 10 blocks ↓
Total Size: 783.22 GB

Node Details:

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