Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,429 transactions (0.75 vMB)

Priority:

  • 1 sats/vbyte = (8 blocks)
  • 2 sats/vbyte = (6 blocks)
  • 3 sats/vbyte = (3 blocks)
  • 4 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
909,591 000000000000000000022cb30000000000000000000000000000000000000000 0.74 vMB 2,419 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,590 (887,849 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
21,741 21,741 00000000aaeb666165476d89ffe553fb524a4fef4696809537a2fe3f8f6c6f52 0.00 MB 1 0
21,740 21,740 000000002a9a6df59510b22c36baaed16b05412097c897a646dbcdf9e89e7946 0.00 MB 1 0
21,739 21,739 000000009b76a7c2aee79de7ad7e9d822ebac7582342c37dbe3dc5d7886929cc 0.00 MB 1 0
21,738 21,738 000000002a6f140ecd9761a99dd1d78c5ce40f0c68c4fd21ff07be08c4475782 0.00 MB 1 0
21,737 21,737 00000000ea3937d2230edf4fc0c1fbd108b69c8f4440ebed08f9895a5e195413 0.00 MB 1 0
21,736 21,736 000000006d7548145ac8dbab223c51206cb845e455359773e99277f214316fce 0.00 MB 1 0
21,735 21,735 00000000d84ac120cac5659e5f7f8698cff1cf6eaa4387dc1d3a945863b048ae 0.00 MB 1 0
21,734 21,734 0000000095df807a9aae2e23b71ad631a18a100e984c5f402042240184aa4f47 0.00 MB 1 0
21,733 21,733 00000000489fe8db26cb192180fa84ef6077234696ad31a0f2a9e19ed7b6d9d2 0.00 MB 1 0
21,732 21,732 0000000099e54f460ed81928d13631c6810a46601d36c91c33bdc9084d6f64b0 0.00 MB 1 0
21,731 21,731 00000000b24f60db1779c48ecc91b39b66c5c0095b548f3331989d4d35183fcb 0.00 MB 1 0
21,730 21,730 00000000c084a5fd783f640d6494b87521dd523726c36170072073e3e4a064f8 0.00 MB 1 0
21,729 21,729 00000000c9abd977d7a20d68f970d7a1175be1bf6266315ae796dc054e3a518d 0.00 MB 1 0
21,728 21,728 000000008d68f5c6cef53e8abd2626b882838a3064cd4e7339ec9204f4fcde6d 0.00 MB 1 0
21,727 21,727 000000000194c7749fa9c528f9a2dc99629973733c20855331b5f5dcf131e8e3 0.00 MB 1 0
21,726 21,726 00000000e6bede9ffcf442cb3819c086cda36d2f286aa641a7c774493f7e9e6e 0.00 MB 1 0
21,725 21,725 00000000d5dc0b891fb5a70cce23812cac65b44bc1db11a64a512acfafd57c66 0.00 MB 1 0
21,724 21,724 000000006f83b5c19b4296d0a9df455ef3a7c3b35cbbb4f26bd5a60ecfb51549 0.00 MB 1 0
21,723 21,723 0000000069905d8518a074ad0c85477908b2c788f00c6f83b4558795bbed8746 0.00 MB 1 0
21,722 21,722 000000005deda24d7068dd4101f37822efd9a89993a00c9ccc093c97dd5dffe5 0.00 MB 1 0
21,721 21,721 0000000092125db68501951deb77b52451f5994a4fee933fd8f0ad9904e1126e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.65 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,095.39 GB sent, 111.54 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.