Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,410 transactions (1.64 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,973 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 1,371 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,972 (868,955 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
42,017 42,017 0000000061718fc12e0f0383bf53b268bc027045ff8bcc54c2375ea20e6fcf01 0.00 MB 1 0
42,016 42,016 000000001ac7573b57c98c807e4b0c929887240734dc7b4162b0ec85efa566ee 0.00 MB 1 0
42,015 42,015 000000004341d041facac63b3d6cf911c471cefa396d7af3de94d26c835301a1 0.00 MB 1 0
42,014 42,014 00000000293981c49dd26221c36c0ac78086cfdefd62d5bdd6c2eb2da86a79dd 0.00 MB 1 0
42,013 42,013 000000000d011f337619435320207ee073360b1ee377e46e67d0b82c6777aee1 0.00 MB 1 0
42,012 42,012 000000004fcbcd9d978bae8d5cd16ab5a053f0a256d717f21bd134777f64dcce 0.00 MB 1 0
42,011 42,011 000000002a860294f79a2d821faa921346c67b8ee3504e1d45d6e4fba3e53d2c 0.00 MB 1 0
42,010 42,010 000000004d9d3c510a9fe03eb603c1b6dfc265ca55603c72b861c88e91652b10 0.00 MB 1 0
42,009 42,009 0000000034ef51aaa97a68b9c896c205136c887a48c369333a07b3f207cd41bb 0.00 MB 1 0
42,008 42,008 00000000252fe925f2078f7b66006637e60a2c43ba573c0b6329bd6f3dd64381 0.00 MB 1 0
42,007 42,007 0000000023aaa969bf2887288614ccfb724c967a70b15b930cde51ba269ad8b6 0.00 MB 1 0
42,006 42,006 0000000052830ed58462067fd62dfa890407bd6402535f1ef8fba9fe8406f772 0.00 MB 1 0
42,005 42,005 0000000028ea210056698aa3bcbce6b5aae888cc6944c78336f170133eaa8fad 0.00 MB 1 0
42,004 42,004 0000000038e0246a724c9d29131c30f07371bdda824f7c868e7eab02245bf2ee 0.00 MB 1 0
42,003 42,003 0000000058b6b26302a800585935b01e00122568739575e727ba72f55ad938e4 0.00 MB 1 0
42,002 42,002 000000003840044c6449aaf07818f37ec26f98509ec378ab7eec5aedea3bca07 0.00 MB 1 0
42,001 42,001 000000001865924e539fd6744d6814fe81543d93000e7e9e70c4ed8c4c4d713f 0.00 MB 1 0
42,000 42,000 000000000f80c09687893406279f62da437a6a0b95b8dc096b30c10ce088fc64 0.00 MB 1 0
41,999 41,999 0000000038798a2c582fc7c3752ba06519497fa97a97b517c384fb4b7c2ae864 0.00 MB 1 0
41,998 41,998 000000000763c54ac5c8ac2540ed8d1f072d6388d51a9f1097ac09c4db9572c1 0.00 MB 1 0
41,997 41,997 0000000052743d30c39999bcf851c00b6f06d1608a0e27eb615a62a65e7d9f73 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.19 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,359.46 GB sent, 124.69 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.