Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,173 transactions (0.70 vMB)

Priority:

  • 1 sats/vbyte = (11 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 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,344 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.70 vMB 2,167 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,343 (849,901 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
59,442 59,442 000000000d6aed595138b1cbe2bd9db4a60f70f4490976009ad4e0b9fb85b15d 0.00 MB 1 0
59,441 59,441 00000000019a767fc88b7d1192a4de3ce4957d630e5096b5f2238ca13bc637e1 0.00 MB 1 0
59,440 59,440 0000000002a81162f1e7c70273efac7a83c46a6b0dbf735a732bd1f973bb7110 0.00 MB 1 0
59,439 59,439 00000000002d77ebaf1a6265941d19d8fb35be7db6b11d7c555d9a0c90ca4b67 0.00 MB 1 0
59,438 59,438 000000000e8eca06cfaa700503f9344df3299404b7de01738cef055f108b1b13 0.00 MB 1 0
59,437 59,437 000000000dc34c14383ffe61960954dafc8cdb242319044ab9c7c9ec421569d5 0.00 MB 1 0
59,436 59,436 000000000943f50e6c177c9cc4d9c08a58be37f140f8dfd512b452b73ad1bc5d 0.00 MB 1 0
59,435 59,435 0000000008e72b6e625f64351e90b4f6bb0794d5177e3d9b61ca157af3612746 0.00 MB 1 0
59,434 59,434 00000000039900808f327502d8effe8bbdc4bdc7e5e9b837f83dba50916e5a50 0.00 MB 1 0
59,433 59,433 0000000007f76766d271fc6505ef07ec9192171d8bd2a038f855bb83ef74e6a0 0.00 MB 1 0
59,432 59,432 0000000007c38f59b2ec2c407d219273279c0a37f6a0334b80364e9031f51623 0.00 MB 1 0
59,431 59,431 000000000444c6428377121ac47f46b7667be8b21c5ffeeb8e18c0eb09877330 0.00 MB 1 0
59,430 59,430 000000000ce79e140b515050ba257113fe433971e26ddd8b9d1fead100e8ab2b 0.00 MB 1 0
59,429 59,429 000000000a5ddbb041e208c4a773faa30d58a000301d41ee6733fc6ae752ecd4 0.00 MB 1 0
59,428 59,428 0000000005616cab14a9ca4d43b97f7080fea6e69f9115cca053be88158f300d 0.00 MB 1 0
59,427 59,427 000000000179f75d8a50d9f487de0ec51b0b367b2f8dbe9a7f462626ca2537f6 0.00 MB 1 0
59,426 59,426 00000000053c5189b55f6841ebbcdb5af4a085bcb4141b42f9e0bfc590f782ca 0.00 MB 1 0
59,425 59,425 00000000048e8ba0e3a68ba5a420c3244ba6c47901c734c01fd67430256d052f 0.00 MB 1 0
59,424 59,424 000000000be31116af4b3f7db938359e86ca9197101f83627ce12fec11eb63ef 0.00 MB 1 0
59,423 59,423 00000000008b4156b1f83c95ed79b3b038d83a473279ff866568913544a1b7ba 0.00 MB 1 0
59,422 59,422 000000000da652c6170dc3afef2b2af2f07dc1b4d6bb095541d4d6a5e2ae6ee1 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.18 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,066.99 GB sent, 109.03 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.