Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,318 transactions (0.34 vMB)

Priority:

  • 1 sats/vbyte = (3 blocks)
  • 2 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
912,131 000000000000000000022b910000000000000000000000000000000000000000 0.33 vMB 1,311 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 912,130 (3,362 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
908,768 908,768 000000000000000000001fe4634ca13b959fe3eb4e6d0ed0f040bb6e209f6efc 1.65 MB 2,560 2
908,767 908,767 0000000000000000000172236212a5ce7bd420eb6bfe11ed5e3304bd42d47122 1.60 MB 4,072 4
908,766 908,766 00000000000000000000fcefca46c809da3f97528a19e8c3f3a1a10f3888004d 0.67 MB 965 2
908,765 908,765 00000000000000000001b64acb5fe4b40b84092159b6406a6244f46a37fa6c6b 1.79 MB 4,302 1
908,764 908,764 000000000000000000002174c3ebd6e522f514b887952c2d991d83ca88364815 1.50 MB 2,120 2
908,763 908,763 00000000000000000000425643f75dba2f39b71ee9075f88dbc90746368786eb 1.81 MB 3,449 2
908,762 908,762 000000000000000000004357c86d8aec4374664f0be2497f10a1f819c358db96 1.51 MB 3,436 3
908,761 908,761 00000000000000000002262c64b3c7155064d6643c17f0df5cef0780c18a9b76 0.55 MB 1,078 2
908,760 908,760 00000000000000000000f137425aa88c17ef7ede5eade31e90cdd11fffdd80a2 1.73 MB 3,853 1
908,759 908,759 000000000000000000013eabca35787d1ac9b8a4f36b145bf9679e7f8972d514 1.74 MB 3,860 2
908,758 908,758 0000000000000000000144840d020c0946c9904a42e2e18c9de37cc9cc07ede6 0.90 MB 1,943 3
908,757 908,757 00000000000000000001d228ff797af3bd22a542a26568065624a0fd69d9f4e9 0.43 MB 618 1
908,756 908,756 000000000000000000003018371631cffad751f078755704fe4c485ff1c66b32 1.56 MB 3,777 4
908,755 908,755 00000000000000000001cb72eb5c86c86a23b626ae3125987465543b61c4d806 2.33 MB 3,308 1
908,754 908,754 00000000000000000001fe286390fa84bef8dd3936fca39055ca336ef5ac132b 3.24 MB 1,040 1
908,753 908,753 00000000000000000001ff31b68ad186400a783752b0dacdc7ae0d332f1886e8 1.58 MB 3,535 3
908,752 908,752 0000000000000000000017b91c921a9597e6fc50671b3dfff1c141f69d9cdbb7 2.02 MB 2,999 1
908,751 908,751 0000000000000000000141bea391b6e73bbdff1cb33156688eb2a177af212d12 1.85 MB 2,939 1
908,750 908,750 0000000000000000000023b1c8eb308d50ee238fc9ca04b374f8381d8c39d43b 1.51 MB 3,606 4
908,749 908,749 00000000000000000000067ba82c59ad7d52e8040fd1db5e708c1b7a9cc2e4ab 1.66 MB 1,755 2
908,748 908,748 00000000000000000001e25b96b155823d6fec1963f71956a5cc01beec8de565 1.64 MB 2,795 2
Previous 10 blocks ↓
Total Size: 777.32 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,525.60 GB sent, 135.01 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.