Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,159 transactions (0.37 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,612 000000000000000000022cb30000000000000000000000000000000000000000 0.36 vMB 1,154 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,611 (836,205 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
74,406 74,406 000000000049302403d626685f4bcf014f121d873bbe3f4ba906cff6b11abe5f 0.00 MB 1 0
74,405 74,405 00000000001a690e9dba95cc996b72798abef523eafebdf3aa60f162dd835d3f 0.00 MB 1 0
74,404 74,404 000000000043384c0290fd96f3b780636a0e5f145447a841cec7cf4d137e13b6 0.00 MB 1 0
74,403 74,403 0000000000b3aa9b745a9373dd1f79827ab4ed676d912c5e527e6cc4016b8fba 0.00 MB 1 0
74,402 74,402 00000000007237039c6ad1441a3d2b55d2ef98ef9e372734a831bd686273c28a 0.00 MB 1 0
74,401 74,401 0000000000b59bb7e6f2c538d6bba992ff2e5ea968415d8085bc984dfef32c8f 0.00 MB 1 0
74,400 74,400 00000000009390aea3889f90872df044e18482142387af697a86384540080aa2 0.00 MB 1 0
74,399 74,399 00000000009016861b7a6635e0ab754e727dffe07d68fb5d476f40f896587eb7 0.00 MB 2 0
74,398 74,398 00000000003523709a88a69d00b8ace1cc22ae49576d484158c4bd3bcd1f4522 0.00 MB 1 0
74,397 74,397 00000000002a446608d0c8f4fecf4c84ff1bc61b9d1f017c8f1cf7e219784599 0.00 MB 1 0
74,396 74,396 00000000004b13969f64fac261bac2fc01be7a1fe009edbf4d8a5a561daa0438 0.00 MB 2 0
74,395 74,395 0000000000a039c03254f9876ba7d937bebcabeb60da6fbec0cadb829579838e 0.00 MB 2 0
74,394 74,394 00000000005b5e979d5f024fc6da0871796fda503903193fc6aa6e6b6c8adf41 0.00 MB 1 0
74,393 74,393 00000000004a340f66c2572f556d2595c4e8c7132132606b3dd0ef7ebd2ed532 0.00 MB 1 0
74,392 74,392 0000000000860d6854419903a3effc7cebd435437208b9eca0bc0da147a11ea4 0.00 MB 1 0
74,391 74,391 0000000000515807bd7c76e3b0f3973e891fe09627af1af909e010e4703f586d 0.00 MB 3 0
74,390 74,390 000000000038a69225390079273e633a0a4cac623c889e52050d06082d9d8914 0.00 MB 1 0
74,389 74,389 0000000000a93580bab023850517621fdb977f7ea1c21cd12cf7eae4016f29d8 0.00 MB 2 0
74,388 74,388 0000000000443d9dcd51ff64702d71415cb7dc631d05bd51b5798f51ee2714e4 0.00 MB 1 0
74,387 74,387 00000000009a00f8a17e0c044785b17e64d4bb26b014f6c0a2b7ce69673fdd55 0.00 MB 1 0
74,386 74,386 00000000004500c52de9817483d8beae2a3b3b698fd86d1c9cb4b099f5e99dbf 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.51 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,257.05 GB sent, 121.07 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.