Loading Tool

Explorer IconExplorer

Memory Pool

2,730 transactions (1.00 vMB)
  • 1 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 5.50/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,408 000000000000000000022b910000000000000000000000000000000000000000 2,720 0.02475366 BTC 1.00 vMB 2.01
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,407 (795,504 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
116,903 116,903 000000000000778000323f777f1bff1d5740b7ca106ef38145c7e003eddde1a0 0.00 MB 14 1,318
116,902 116,902 00000000000067966da6663df72bd45085c9fa2cde46268e1e572331a50998dd 0.00 MB 5 1,401
116,901 116,901 000000000000a60233c462a3c70deb8eea9fa5a7c62e2cc6ca568b0c08d805a5 0.00 MB 9 0
116,900 116,900 00000000000093d1c86c8a514f2f13564b739628dfb06f48166816aba2edb77f 0.01 MB 16 1,452
116,899 116,899 000000000000312cc898f558d908074e06e7192f21fed381ec42931d2d59a12b 0.01 MB 23 1,072
116,898 116,898 000000000000a9be857864b6557a783e8f296084296f17ac2aeac122ebbc7692 0.01 MB 24 1,052
116,897 116,897 000000000000c9459727a84c8e409e43b6be24313f06033320bed6d3c796819d 0.00 MB 3 1,937
116,896 116,896 0000000000003fae111bfc4fc89bf9c0515b1fd4e4f266205159f605608545fb 0.00 MB 8 1,129
116,895 116,895 000000000000afe9e005ee45c4d803e689108279fa8ca1c9d98d176f3cad93e0 0.00 MB 12 319
116,894 116,894 00000000000072a3b032d13167d204bc2c0f3fda27960800848bc1313b8e173c 0.00 MB 9 664
116,893 116,893 000000000000a4c7d9d9404b73a35b292f8a3a5f859af0cbdb22bbead332863a 0.00 MB 1 0
116,892 116,892 000000000000b37271ad5a57021f0139d821ee1f18602e7b32387d88224520b8 0.00 MB 5 0
116,891 116,891 00000000000027862646c04f361023d133cb126c67dbde8e37135ecebedf6ecb 0.00 MB 8 350
116,890 116,890 000000000000ebce143233ac74209268923808a864571a35034fa4183554c463 0.00 MB 10 725
116,889 116,889 000000000000bd8da7356441075361cbfba5e89d367247432c7b6abb7f39e8c1 0.00 MB 5 825
116,888 116,888 000000000000a66f28da039c267b50789e0896e78509d961385abbc7cb9f4e1c 0.00 MB 3 1,934
116,887 116,887 000000000000e271d3d01e5e2792adce584e6e2c68b9007129ad0b7cc483d3ba 0.00 MB 6 0
116,886 116,886 00000000000041bc86569ccc7580265c17c9634a2bae3a8e696b6d2b8c78bfb3 0.00 MB 7 519
116,885 116,885 000000000000191033885fd1fc91552894df00c4ef8d4ebaea10465abe02c569 0.00 MB 10 1,059
116,884 116,884 000000000000e364e53afa584ea2ec0c55b4d80bd6e3ea1b73c7c8bc7a16be09 0.00 MB 11 981
116,883 116,883 00000000000064e22b0dc84065f1b43c8bc570b649aff9ad4acb2e19cb899089 0.01 MB 9 2,351
Previous 10 blocks ↓
Total Size: 777.81 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,550.91 GB
    • Received: 137.33 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.