Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,263 transactions (2.20 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,796 000000000000000000022b910000000000000000000000000000000000000000 1.00 vMB 4,037 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,795 (485,097 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
426,698 426,698 0000000000000000028f36b7bacfec5c49458655d9c0afd0134be95c8ba1bf58 1.00 MB 1,756 36
426,697 426,697 00000000000000000089e919f67e8243e96eecd6dac551a5eda020dde1bb1114 1.00 MB 2,408 71
426,696 426,696 0000000000000000038f2aa73e20870927a2f311ec85e295118a99ec6aa7884e 0.26 MB 576 75
426,695 426,695 000000000000000002c40bf2267914b7f260d2443f580a76a470b632ada9a7ea 1.00 MB 2,189 48
426,694 426,694 000000000000000001409f95f171675942417a6f522b880913c33dfbf817772a 1.00 MB 3,000 79
426,693 426,693 00000000000000000287d291b093c32dc467f64462c6e0bad825f55f35fe64ce 1.00 MB 1,720 46
426,692 426,692 00000000000000000428bdbf9c5ec8d40c4474fc96092c9eafba3d348bbac6e6 1.00 MB 2,267 72
426,691 426,691 000000000000000003e7e112dab06b31050aa8735bb09708d8592d73e88e0434 1.00 MB 1,900 44
426,690 426,690 000000000000000004aa9b2b9ca25cdd35774dfe79df4e9b3cfe6e965d95a3bd 1.00 MB 2,849 77
426,689 426,689 000000000000000000640d0ed913886a29f846c4b8685bc5c7c23b635e23c4c9 1.00 MB 2,574 73
426,688 426,688 0000000000000000041927478683e2a2f2920084ecccbfb312d42a3c9f4e7fdf 1.00 MB 2,198 51
426,687 426,687 0000000000000000016c577b7cdeef014d497e088ac790fdd9a659e8d417441f 1.00 MB 1,889 50
426,686 426,686 000000000000000000793b8553afa99ed36337a1b7963520af092fe82df7af9c 1.00 MB 2,104 50
426,685 426,685 00000000000000000005227ac096bce4397bf3680750dc397e5652d6a19f0874 1.00 MB 2,031 52
426,684 426,684 000000000000000000ee489b47f0e007276c2fcc11162b4ec890a0f62b9e89d0 1.00 MB 2,790 71
426,683 426,683 00000000000000000495447217858724fe71f3be27c5703f7311c499058b144c 1.00 MB 2,923 66
426,682 426,682 0000000000000000009cc775a74667e66f253425a20462a3b3ef031691554090 1.00 MB 2,477 58
426,681 426,681 000000000000000002048b35130713842f767cf0f840ea2d87f4a3f7458cc9dc 1.00 MB 2,442 87
426,680 426,680 00000000000000000241901ebfbde2766e4a258196706fa6eafd99594872137b 1.00 MB 2,762 110
426,679 426,679 0000000000000000018654eb62c9ca0c524419121e090ae3d256147c53e4c653 0.27 MB 754 65
426,678 426,678 00000000000000000506adaed98e2c32a827aab24ef736ed7c999d4b976b1b45 0.64 MB 1,481 59
Previous 10 blocks ↓
Total Size: 776.71 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,444.88 GB sent, 132.12 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.