Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,463 transactions (1.63 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,104 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,504 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,103 (886,336 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
23,767 23,767 000000006a132affb448960bb8b72eeba1682e55bafa9f343f221eb597c60131 0.00 MB 1 0
23,766 23,766 000000007ae496d11b883274a8321cada13b2bc79e2ffd1601a1b40bdc7a11fa 0.00 MB 1 0
23,765 23,765 00000000b53524af01c82e02b67bd27b9a71d82b69ce8b45620e19e5981934bc 0.00 MB 1 0
23,764 23,764 00000000c49bb72f5564933b380ecf99127cbf1dc61f9252cc7add24edfcba57 0.00 MB 1 0
23,763 23,763 0000000033889acd0d89f4c8cfc79cb667164cb1a7927f287a37db5183fac111 0.00 MB 1 0
23,762 23,762 0000000045a7cf195c150fea3888a79b354f3fbf695d839ccf71dcb366526164 0.00 MB 1 0
23,761 23,761 0000000026400f4542033100eaeb14e4f18060ba3ac17cb88370ed25037f9b8a 0.00 MB 1 0
23,760 23,760 000000000143d58ca4f0c6a6ada617a5b276a31c65104bb39865f16c6b8f30c7 0.00 MB 1 0
23,759 23,759 000000005dbf2bfe69da52c73b6652438b0193afa045768ca61f7a83c78da4b5 0.00 MB 1 0
23,758 23,758 00000000097f61208b5ee28756a427144e7b94267c97bbba7a56db3cf839d50c 0.00 MB 1 0
23,757 23,757 0000000088f249ab6c88d093e573b776f40c6c8a116e6c80cb0b2cd83aaef7e1 0.00 MB 2 0
23,756 23,756 00000000ac9c06c51116423e5ca6a2f2c6b40c8ffcd19b2c52c69cb3ff7f582b 0.00 MB 1 0
23,755 23,755 000000000c7a006094005e3b78eede809a22327a2986f6068623cd1dae8b98fc 0.00 MB 1 0
23,754 23,754 00000000c94012fee857ec3651640482baaab02ae0a7ae37beed567ed172cb2a 0.00 MB 1 0
23,753 23,753 000000008e66172b8f0484c4ea3481496e5932183923c1af294b20616111d2d0 0.00 MB 1 0
23,752 23,752 000000004d87ec572fca1d5479dc96a5af18991f128f948b0fc219ddf42cf569 0.00 MB 1 0
23,751 23,751 000000008cbf1ffaa610cb66fb2a77224890d7b5abeba96b78038eb211bfc6bc 0.00 MB 1 0
23,750 23,750 00000000d0369cac30c0f673971ccc43cd48c41be2d9853739c182884f53bfc6 0.00 MB 1 0
23,749 23,749 00000000150d43f013155e95268256f4b2ff7b93a42277c38d64c0b00ce8dfb9 0.00 MB 1 0
23,748 23,748 00000000b216d03df6ce5134e458c04e2afc8ec925e336768dcacf0622737a30 0.00 MB 1 0
23,747 23,747 000000008d69597f215f699eac4f866ff0106b03cfc00cd16c438eb1f9490590 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.58 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,188.89 GB sent, 116.41 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.