Loading Tool

Explorer IconExplorer

Memory Pool

48,051 transactions
29.18 vMB
0.06977577 BTC
Random Selection Loading Transactions
Max Size: 155.84/200 MB

Candidate Block

Mining Attempt 06d0afd1f507ab7714d6bd35ee883eb51ee727c27d2a1b73b4d93b71ff45f898
Version 20000000
Previous Block 00000000000000000001d639dc25e9adab712b5f436b38ec9cf2cb9b77e26f27
Merkle Root 5c4a9635072fd0bcbf150c8eb7983af6a2f823ed1c7ca4a6ddaa6c1b677422c5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,641
Size: 1.00 vMB
Total Fees: 0.01318875 BTC
Feerates: 132.00 > 1.32 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,830 (682,213 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
232,617 232,617 00000000000000f08f4e4e67afc57bbd78c17caf8fc117d0255400d8b4b985ab 837 0.36/1.00 vMB 156
232,616 232,616 00000000000000ac2bde9487f7871da3bfee4df174ec7628ab35327ad82af830 201 0.08/1.00 vMB 285
232,615 232,615 000000000000001732ca21a84c666b0707c1ef7edc5fc24524832a2642daa03f 173 0.07/1.00 vMB 211
232,614 232,614 00000000000000f50dc9fc411bb6d07cbeb57fcaadcd8ab0482ca7ef2f005b0c 36 0.01/1.00 vMB 173
232,613 232,613 000000000000009e727144c7662f74b1ab8c34aac0c6488e01fa86eadab2fa28 99 0.05/1.00 vMB 152
232,612 232,612 0000000000000070000de4f6f7ee6a6b480b7a0bd487f8dcabfd6c4b8c2c3ad6 83 0.04/1.00 vMB 9
232,611 232,611 000000000000013f5adfb6912cabb23d861ce0dca2f6cd7e000cd5a8eb6b3bcd 415 0.25/1.00 vMB 91
232,610 232,610 00000000000000b564a96905d1ca6471d7f6e57bdefde44d6bf4ec9a20fc51d9 481 0.21/1.00 vMB 211
232,609 232,609 000000000000018be2b009662c57495229321a7cb65c9574b012ed47cae0c7ac 308 0.13/1.00 vMB 180
232,608 232,608 0000000000000191259985e48d5497020ed285c73705b7401a4b71c8a057497d 32 0.01/1.00 vMB 55
232,607 232,607 00000000000001c208bb2e4b825164097f531559698a98aac7c1e59be445ff04 260 0.25/1.00 vMB 73
232,606 232,606 0000000000000165ee459d7889480ead35ce52c4d244844d3fc0b41f797cbfa8 370 0.25/1.00 vMB 198
232,605 232,605 0000000000000098d0847ebcb87842ae185e7c4feb4342b0265a2585f5b4ce6d 321 0.14/1.00 vMB 361
232,604 232,604 00000000000000d8afe0157eaa41e0f09c169ac7fd92f63260f29030f16b0d1b 493 0.22/1.00 vMB 157
232,603 232,603 000000000000002d3161fd80263a4def6406d54be3c3ec43c8b1202b21722197 128 0.04/1.00 vMB 163
232,602 232,602 0000000000000158a0cc3fa8dc7ee6067cbd5260b6e8ad58f3c8af0836bd3ee3 594 0.23/1.00 vMB 172
232,601 232,601 000000000000002cb0ea5e9031c82efac151b994dc73882fbeaf92565ee7d5c2 92 0.05/1.00 vMB 161
232,600 232,600 00000000000000fcc04308795aba33462feb7fa7801a3247a7edc9796cc5a502 572 0.25/1.00 vMB 159
232,599 232,599 000000000000011fcd0e648b4e68d97e3a9fc115952d824f36f40a1e093ba21a 538 0.32/1.00 vMB 133
232,598 232,598 00000000000001c02cd29c493c723021a6f2f216f62679a5b45d06bdb0eef194 509 0.24/1.00 vMB 175
232,597 232,597 00000000000001a7e2dfda5d8e814ce192382ece1b4db4910d54efade74b0979 374 0.19/1.00 vMB 155
Previous 10 blocks ↓
Total Size: 782.09 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: 651.47 GB
    • Received: 13.58 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.