Loading Tool

Explorer IconExplorer

Memory Pool

77,184 transactions
28.98 vMB
0.06841157 BTC
Random Selection Loading Transactions
Max Size: 177.64/200 MB

Candidate Block

Mining Attempt 39c60d84834f5760217591b00cf8cfd16daa9f28766eb35cf9c984d2ec4e8cae
Version 20000000
Previous Block 00000000000000000001a8c2fdfccdbd707fcc9a5d0741140041f246ebc381aa
Merkle Root e04dec3804acb9dcda7dee032307a637962e3e9eb244efb44f21c850ba40499d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,144
Size: 1.00 vMB
Total Fees: 0.00523607 BTC
Feerates: 94.79 > 0.52 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,238 (279,676 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
635,562 635,562 0000000000000000000f912af755d0bec40a929f1501d480f66e9b43d5b5745f 2,004 1.00/1.00 vMB 24
635,561 635,561 00000000000000000000f84e0617c88aa475f30d925bf0238816c6e414977eb2 2,644 1.00/1.00 vMB 33
635,560 635,560 000000000000000000026e9709edb9d03fcc560a397e0d9e295f08538007809c 2,249 1.00/1.00 vMB 34
635,559 635,559 0000000000000000000f4e9190cf37bc448e1fce273bb29317b36720be85b493 2,820 1.00/1.00 vMB 34
635,558 635,558 0000000000000000000b309ce005656225006299d5c4d7978293744b235168c1 2,210 1.00/1.00 vMB 65
635,557 635,557 0000000000000000000e4f12c0f1ba0d5fd824c0b0658fc2d712db3a389edf21 564 0.19/1.00 vMB 31
635,556 635,556 0000000000000000000c1adba041be2ceb220b58caed8605dc0e9e9794fb5e3e 2,736 0.86/1.00 vMB 9
635,555 635,555 0000000000000000000e44360fec85ba2f632e2f8695f7b9e669891efa076bc3 2,554 1.00/1.00 vMB 38
635,554 635,554 00000000000000000010c447847b4e854c984259f399742b4fe9340f0155891e 1,046 0.38/1.00 vMB 17
635,553 635,553 00000000000000000009e3977d79cc8db3c37943012f89f64cb423f8cdf7b6cc 2,113 1.00/1.00 vMB 30
635,552 635,552 0000000000000000000596cbdc85f5c0b5a667e301e5a2613e9b13aa67e94101 266 0.09/1.00 vMB 31
635,551 635,551 00000000000000000003e3a1861c7bc6df0fafad367d030bd4cba74687d1aa5f 2,751 0.91/1.00 vMB 24
635,550 635,550 00000000000000000000c92e51f76e2529e38713d9ac97743923e6f3c4a7c2bf 2,423 0.92/1.00 vMB 20
635,549 635,549 00000000000000000004771d20457911d471507022e9cba2321320c9f8c70bbc 295 0.08/1.00 vMB 24
635,548 635,548 00000000000000000004939134b8ce840351c804a204f4b828f905b1925eccd6 1,278 0.49/1.00 vMB 6
635,547 635,547 0000000000000000000daecc956b3a3ee51affc2a9bc0ed87d0f2dca71070c23 2,603 1.00/1.00 vMB 6
635,546 635,546 0000000000000000000aa3e026d1d8fcc34bd1f862709f6476821d91d85a4e4a 2,614 1.00/1.00 vMB 26
635,545 635,545 0000000000000000000e8848dc84209ce36c34ce141f898ccc88fd213737fd7d 2,320 1.00/1.00 vMB 24
635,544 635,544 000000000000000000075cfc84ac453f4b0903599748c0d97814fbcb2e30fc2c 2,601 1.00/1.00 vMB 31
635,543 635,543 00000000000000000009e0217f7c18466bf326668f73c1f731933e70f6be1249 2,871 1.00/1.00 vMB 56
635,542 635,542 0000000000000000000c4a26012a6efe1edabe290bc9103fef373d5547baf711 2,350 0.84/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 782.80 GB

Node Details:

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