Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

807 transactions (0.22 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,603 000000000000000000022cb30000000000000000000000000000000000000000 0.21 vMB 797 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,602 (836,189 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
74,413 74,413 000000000030c85738ca5ba376a52b37192fd0cc9eb677183d699963723aaf7d 0.00 MB 2 0
74,412 74,412 00000000003b5fb3a6d2c96a5df6e86fc9c2252144ec308c7293f1a4ca2ad826 0.00 MB 2 0
74,411 74,411 00000000005b03a2eb0238a9466849518f3d4a9f21dd9cf7a95689fc9a59a83d 0.00 MB 1 0
74,410 74,410 0000000000b8a0c3b9dcf1ebc72bd64bccd2673bd9c28d924f9fcd6e4ba65de1 0.00 MB 1 0
74,409 74,409 000000000016712b3d516162cd1f71e910df56e1192f9d2cf036d6f0f0be41e4 0.00 MB 1 0
74,408 74,408 00000000001736d206df2f01db41efb97a789e2b272dc211a3026fdb87c287fe 0.00 MB 4 0
74,407 74,407 00000000008efd258a00652f3799caf43a4fb28f630d2a502ce5080b121a2562 0.00 MB 2 0
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
Previous 10 blocks ↓
Total Size: 774.49 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,255.23 GB sent, 120.99 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.