Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,380 transactions (0.69 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,490 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.69 vMB 2,361 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,489 (868,354 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
42,135 42,135 00000000397a5a9a7bde2cd5f8ba1faebb9762294cddec1429445b0607b4cb8d 0.00 MB 1 0
42,134 42,134 00000000523e538f2b05dba62f4aa3e01e758de3d6c9daea287adb8bbd69b9af 0.00 MB 1 0
42,133 42,133 0000000029a381451f1a8a9d8574c747d9f085e3e6a08fda9893a0d91264963e 0.00 MB 1 0
42,132 42,132 000000002d7fc8ebb2991f79c5b51e9bcbc696511a9b79b4b8f80900d921b0b6 0.00 MB 1 0
42,131 42,131 000000005f0e61b125fce5e33c97ac5189746de7987896979722590336b4ae86 0.00 MB 1 0
42,130 42,130 000000001b1d70b6b821b21378afc4dc4fc65e77daa08c81df1d3c889ea46deb 0.00 MB 1 0
42,129 42,129 000000005a1ff5a2576da028be69379454c432b32bf111269ba117b4319517a3 0.00 MB 1 0
42,128 42,128 0000000026d735667495de64b327555dfac7d261e1a6bae080bbec45e4b44aca 0.00 MB 1 0
42,127 42,127 000000005e7d8f5cc031853617e4684eb4ab06ea4bb4f415a96779d0a8497c32 0.00 MB 1 0
42,126 42,126 000000000333e0fb6bfec57e79a9fcbc0c06f5ccee5ba94ecf1e9d61a781b4a4 0.00 MB 1 0
42,125 42,125 000000002d5cf17fbd20b94818b27ea3f519bc0f9845773422ec70e90f2981d1 0.00 MB 1 0
42,124 42,124 0000000012e5e3a5efdc9195afb94f529d5d9b347244e49fa233913b2f00e8da 0.00 MB 1 0
42,123 42,123 00000000492339d723ee5243e5528c84ba94fa6a3b5131a975c370d78b0c7a92 0.00 MB 1 0
42,122 42,122 000000001f0ee83dbae1f356a8f8893e464c757c2ada4f70352abf752b884aa0 0.00 MB 1 0
42,121 42,121 00000000197583ed22563ce011ab833f5773532b6b4514a863d85e5602e7b2c5 0.00 MB 1 0
42,120 42,120 000000005bb8c4aafe94010f26d42fbf5ba4c2ac28e1139f941683f4ab78c256 0.00 MB 1 0
42,119 42,119 00000000589e2fa459cebef1f084e4aa4aea64cccf55ab5afc33d52d3516250c 0.00 MB 1 0
42,118 42,118 00000000307906be88f55df347a05a02d0fc8a20be46e0dff43df19ac8193633 0.00 MB 1 0
42,117 42,117 000000000eef8a25b4c5f86b63d4d11def324fd2c2f15a0710600e6a472454e6 0.00 MB 1 0
42,116 42,116 000000002655f8c5c75a381092f63204120523544ac66991e6c5b552197b1a17 0.00 MB 1 0
42,115 42,115 000000001d958d66ac24f2d8cd7d389011c11c0f16faeea3bc301bfa5a2d56a6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.30 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,243.97 GB sent, 120.02 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.