Explorer IconExplorer

Memory Pool Memory Pool Refreshing

11,383 transactions (5.68 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,297 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,444 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,296 (865,704 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
43,592 43,592 000000002deaf2696683539fb2e77f70650806b3c77bd41911415d80ae329a88 0.00 MB 1 0
43,591 43,591 00000000299476aae79052328f5326fc41fbb49b09b8fe1ac5fa8b95b93510c7 0.00 MB 1 0
43,590 43,590 00000000399cc03fc7320a3cfabe6795fd23e52017e5578c19f6af7f7145fe7f 0.00 MB 1 0
43,589 43,589 000000000b30a4c44a99e947bfb7afd0b7b047ebb268d91c5f1116441dd727cf 0.00 MB 1 0
43,588 43,588 00000000175a94596647633b33a02b411e6f530b87f8bd137b8d8d7eccb1b76b 0.00 MB 1 0
43,587 43,587 0000000001c6b9bda05abed1e6f3380422c5c358c9277d4cc9d5ecf9fb1e38e7 0.00 MB 1 0
43,586 43,586 0000000008d87e1e78d7038263a5a9782cada7da22cca487b0e6b5e158652c62 0.00 MB 1 0
43,585 43,585 000000002bfaf1017df8b8d41a286f8872724921fca5763deaa1ffac0d318eb0 0.00 MB 1 0
43,584 43,584 00000000001405242e1df26b0558469846998f5ee64bf71c83f21ee194e0455a 0.00 MB 1 0
43,583 43,583 000000002a0524c33a33491bdbeb939eaa8643648336fa6f0f2ed19ea12f1ff8 0.00 MB 1 0
43,582 43,582 000000003b6180a47e1be27c51d6700333e60a00a9ea82ab2ffc30c34fc9e672 0.00 MB 1 0
43,581 43,581 000000002a52f01a6bf89abfa37d70e02b6a941bc9509911e708fe6bfda3bc05 0.00 MB 1 0
43,580 43,580 0000000036f566877a06fe7288f339adfad2cfb10849b09f1dd74d6c3e1ce5ce 0.00 MB 2 0
43,579 43,579 000000003d5eaf41719b9246f8064df2ed134eca54261453d2bb9b64c7659717 0.00 MB 1 0
43,578 43,578 000000000a47341915b101d0a61636887f08ac84696ba57edca15104ce26b12c 0.00 MB 1 0
43,577 43,577 00000000253779d8d509dc9421449a6a7562f35979cfd01714ecb6d3412436ed 0.00 MB 1 0
43,576 43,576 0000000041099879f6021ba615a4b33889fad9be9a33945c062726da693e6301 0.00 MB 1 0
43,575 43,575 0000000037d491978581f1be389d3a8aee3253c76133bd055ff94c5917b215b4 0.00 MB 1 0
43,574 43,574 000000002c06f92c8d8d41b87f5b84eb7c234dc50b178aecc76499c4ecdbfe5d 0.00 MB 1 0
43,573 43,573 0000000033238e5517a9c38cced860ea0446bac929ca6aa91472f69c90d7b602 0.00 MB 1 0
43,572 43,572 0000000013c40bcc2405047ba797ffe56903e9e51ca9a846171fd026cb9feb30 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.09 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,057.74 GB sent, 108.58 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.