Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,909 transactions (1.29 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,491 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 2,766 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,490 (309,008 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
602,482 602,482 0000000000000000000ca0642a5f4891439bb15aa1e3a4a063b413fd83cc0f3b 1.33 MB 2,844 52
602,481 602,481 0000000000000000000949f30d665a2b2fce774f1b5b4c7b403b0df75d519c02 1.23 MB 2,275 32
602,480 602,480 0000000000000000000552ea8b950501d4a0e60f8df52850928f33b4435122bb 1.27 MB 2,730 29
602,479 602,479 0000000000000000000459c0059a39e0cb5efbf55ab549dd032517741d8c4fed 1.17 MB 2,570 24
602,478 602,478 0000000000000000000eee4acfc0f1d85a987422d47e2c81a985abb18e27d635 1.12 MB 2,203 22
602,477 602,477 0000000000000000000412002357bc98c11d7cb71e9c8bf7459cd2898d8331dd 1.15 MB 1,940 25
602,476 602,476 0000000000000000000128f7939380cef80080844caafad24349292b730daf43 1.17 MB 2,982 27
602,475 602,475 00000000000000000011ffc50604afad00b25d4057e9deb2713fed4f4dee1cca 1.59 MB 1,592 32
602,474 602,474 000000000000000000118babcba12ba67dc479a0e7b608cedacb830f01dd40ea 1.20 MB 2,581 35
602,473 602,473 0000000000000000001487fd96d8381e5b440b3b8a2e204ac394f51611a070ac 1.15 MB 3,057 32
602,472 602,472 0000000000000000000c1a437b7c5ec6f23ba402519b686768e5ad0a5972d1b0 1.25 MB 2,894 46
602,471 602,471 0000000000000000000989d6655cd543920f94eff6f13ab18e63716a69f34372 1.24 MB 2,529 39
602,470 602,470 000000000000000000062ee18851c9fc067ae936b8463bb4684d546a21ffbca6 1.27 MB 3,010 39
602,469 602,469 000000000000000000019b265b0cef5a1521791742e420e5074d9c1b27eb4e8b 1.31 MB 2,998 57
602,468 602,468 00000000000000000001192c9633a06129ce626ac2b3a0b181dd91df9a5279ed 1.30 MB 2,914 69
602,467 602,467 0000000000000000000600623216c3e8a5e85c37b374e2451b71791a9803fc7c 1.25 MB 2,644 48
602,466 602,466 0000000000000000000241c32bfb6b20da3fab5190145cdc92e12c7501e5d775 1.43 MB 2,778 81
602,465 602,465 0000000000000000001394cb1a40ad3f7787162b366fc68fe617ebc67855c9f4 1.47 MB 1,711 30
602,464 602,464 00000000000000000006db4bf7e746f40f42bc76d3056def4063cb3a58d80b66 1.48 MB 1,963 47
602,463 602,463 000000000000000000131226e4d1ac2c75fc6ad59b49e2aa6551ef9fa37b8eb2 1.38 MB 2,252 54
602,462 602,462 0000000000000000000651666e52f5790110d56e75bcfe31e4ef3aef8eab6f70 1.32 MB 3,258 54
Previous 10 blocks ↓
Total Size: 776.14 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,411.85 GB sent, 129.44 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.