Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,600 transactions (1.47 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,353 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,495 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,352 (896,264 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
13,088 13,088 00000000212c7ed2befa0a5a4b37de6a07e725d912db1cc35df4eeba270007ae 0.00 MB 1 0
13,087 13,087 00000000a10cb439e7cc26748f1251400ea4a1959e4d8b17122aed272d5566b0 0.00 MB 1 0
13,086 13,086 00000000554034ca6cc29f7c20ccc4e3e902fff60dfeb4009ccc42c1582813c6 0.00 MB 1 0
13,085 13,085 000000004dcd3264e714e90d9ccaa114a4c0af1d325d876c185a637203495ef9 0.00 MB 1 0
13,084 13,084 000000006d9866ec77764ae42e78a2b7ea08facb4c34ae40b6f8c8f2885ae0a1 0.00 MB 1 0
13,083 13,083 000000003627abb62d50c3df985af3c2c1982269f172278be20aae66c2cf7ae0 0.00 MB 1 0
13,082 13,082 00000000255a14c61ec1664de04580b1b05e06f3b17d9efab0b3f92d2eb6df83 0.00 MB 1 0
13,081 13,081 00000000b0aa1df23410bd69eadf201c6aa19e4544f4f0277b9f3cf1270e0497 0.00 MB 1 0
13,080 13,080 0000000013bd81837e64942dc3324ac5355f55d7efacaa6a873a3a8820c7ea0d 0.00 MB 1 0
13,079 13,079 00000000bdee0cd38a8570bf8bdba1476baf7b4114a2cbefffa0ca6ca8ae31b0 0.00 MB 1 0
13,078 13,078 00000000bfd207db43427b40674c368ac4390b21c5990670ae16dadac9c897bd 0.00 MB 1 0
13,077 13,077 000000008a49e6647b03f46fdc79e4844c642485d78e6b6a93c7ba3879f6c3af 0.00 MB 1 0
13,076 13,076 00000000379176e1c126959958e8223553d5ae087b059b2c327950c082426718 0.00 MB 1 0
13,075 13,075 0000000071bb5f8870ba92b13d5b9c2a96f488efb236893a120fcfd56ddb36d5 0.00 MB 1 0
13,074 13,074 00000000c09a0bc9243b251b3b8b9ff06a6fba77fefc23249bd4def538ec1980 0.00 MB 1 0
13,073 13,073 00000000f777bee97817e6513cf7febaa7ebd0f67b2a39bb876be123e1fd75e8 0.00 MB 1 0
13,072 13,072 000000009f7a0f561d3401713a658c55349a0b67a4b8fef1dad4e326e2fb98bb 0.00 MB 1 0
13,071 13,071 0000000008ae8663006da3729ddb03ad4c34d95f31d4d5c4c143c787f72796bc 0.00 MB 1 0
13,070 13,070 000000003ef2a78d5a613d1f272408f5e98a48b64e85a576da969d563322eb06 0.00 MB 1 0
13,069 13,069 000000001e47e60efcf9b5cc0498fdb8c8c6e08bb84704973ab30c0c43b4808a 0.00 MB 1 0
13,068 13,068 000000008204d14829c2e2ea9fe73f25fccf2a472c89ad8798faf44a4d39e4a8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.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,068.14 GB sent, 109.12 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.