Loading Tool

Explorer IconExplorer

Memory Pool

2,009 transactions (0.65 vMB)
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 3.44/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,313 000000000000000000022b910000000000000000000000000000000000000000 2,008 0.01835970 BTC 0.65 vMB 2.14
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,312 (880,067 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
32,245 32,245 00000000f2d61854c3fb7ebe8991c0396eda375161ddb6dcf4dd17d342786764 0.00 MB 1 0
32,244 32,244 00000000e4d78b07128543009234563b73c08cbdea5816e0183f1fc9badc7a81 0.00 MB 1 0
32,243 32,243 000000005a54854d7f7aa3c30473c1afeb523bf6de4fae13d8e519d4ab7138b7 0.00 MB 1 0
32,242 32,242 0000000066e644d884b22e29373e8997ab52635ddc2f04dbca32d84ff998f1d6 0.00 MB 1 0
32,241 32,241 0000000017e10894974f8ac767b6a39ab8c92768995eb1ab1d893933e62d5534 0.00 MB 1 0
32,240 32,240 00000000a4ca002207a0c7cd07362e0b4f641b66ab5a2b01144a0e83e976b793 0.00 MB 1 0
32,239 32,239 00000000a88ed0770979462bd30638e090f950f728717ba3b600142a40c2b035 0.00 MB 1 0
32,238 32,238 000000002d859e96ec5f39a7a785007ef94cb9257f896bd367092cd916e463b9 0.00 MB 1 0
32,237 32,237 00000000b4d34fa955c6b553c1325f773ba88123e5653ccf5e08c71e5df5ec10 0.00 MB 1 0
32,236 32,236 00000000953b186214df1e415bb929c30774b9ff5abdb3a30a8a0cbe70f05def 0.00 MB 1 0
32,235 32,235 000000008c657b9f53e49b0d04401d39b4df3a9e362d265a733de8c817bb7e1d 0.00 MB 1 0
32,234 32,234 00000000470435878dcf5e9f46c86bda624e41b0c3a716b887294b791a34a553 0.00 MB 1 0
32,233 32,233 0000000057681cf95f803eefe3f204e2c5cbc85fb86ab353daa3125391be7db3 0.00 MB 1 0
32,232 32,232 00000000f183b5ab79bd725fd5a05d915c3c8597473a1e69b533e5834e43041d 0.00 MB 1 0
32,231 32,231 00000000af70d1dac2d9c8ca27acf4808774c2f0bd526648ef0da1759de878d2 0.00 MB 1 0
32,230 32,230 000000002170089baa84909cdff0e95d46ccbb12cc801ce8776b24495b0049f4 0.00 MB 1 0
32,229 32,229 000000007a12c226dc485b900a5c928f8ccd057b81dd5ac4338fc248519c1f33 0.00 MB 1 0
32,228 32,228 00000000b2066699dd88e31a477caef7fffd7317ff83a151fa6cf6a4fec32ed5 0.00 MB 1 0
32,227 32,227 00000000960d37fdbe10180ac3f343625745e80da49b924d9160d7392e95548c 0.00 MB 1 0
32,226 32,226 00000000cdd937d8cb1c9d7d2dec1c7761fa7af810ef29def76e422de31c10aa 0.00 MB 1 0
32,225 32,225 00000000eecfa1b2b76cfc381ee9d891bf97c4be065c779e53e85528d40baa05 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 777.65 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,542.73 GB
    • Received: 136.62 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.