Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,442 transactions (2.55 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 909,285 (819,676 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
89,609 89,609 0000000000130a404b3025af1283d9aec0531a1effdb8ed8201ab7624819b90e 0.00 MB 2 0
89,608 89,608 00000000000cb0030674927fe303284d2a3127e70cc6369ee03f20fe7a5463c1 0.00 MB 1 0
89,607 89,607 00000000000601854263a047d81eaf47634f5b44ea07c9263e685c03ca3ab9ea 0.00 MB 1 0
89,606 89,606 00000000000f3b81b1bd47fde64c380637442f364ff923e09ccf50c78d09d933 0.00 MB 1 0
89,605 89,605 000000000003e92de7a5744e9866154b337882bc6d59804a675cd6bbf7fd2d67 0.00 MB 1 0
89,604 89,604 00000000000595cd2a361227b068f3dc7ca999ba5a7b87d13caec096dd989509 0.00 MB 1 0
89,603 89,603 0000000000115de4001fe6d95ce0f709f8b22248fbd68560b564cc70de4776cb 0.00 MB 6 0
89,602 89,602 000000000001af75d16da4e55390065876e69f24b9c3734ff1845f989e37db8d 0.00 MB 1 0
89,601 89,601 0000000000075ae9606be891a3c154b4705c54a615e30d2eebaa8e5ff6ade38b 0.00 MB 1 0
89,600 89,600 0000000000151929dc55c9a9b88d762feee30725e68e5acd8afacae7d493679b 0.00 MB 3 0
89,599 89,599 000000000000980ed753d12ba45c8bacba4214d8d8f2ffeca7709e25a44e2cc3 0.00 MB 2 0
89,598 89,598 00000000000b31acf3da28b6014dd8f1a1fa5fab5f434f929d80a1b8a78beb89 0.00 MB 5 0
89,597 89,597 0000000000029f8f53d900a919c14c3ce8b860eb2143166f8cf92c5aa05daf76 0.00 MB 3 0
89,596 89,596 00000000000d05f876d7a7eb1bdd0ce9f3377586aab450ecd440846bbe69b4fe 0.00 MB 2 0
89,595 89,595 00000000000930861569638115c85371f970de0d649cc75731e2e46584ffcfde 0.00 MB 2 0
89,594 89,594 0000000000007f1ae3727ccfb726c513fee8e850948fe1255dd9aa6847b6dd3b 0.00 MB 1 0
89,593 89,593 00000000000b2fd9e53e5babb3798b9fef7e8d50053217f5117ab751e0302f5c 0.00 MB 1 0
89,592 89,592 000000000001f5c096b185199127e859d2308c9a60b35d6e42651640fcbc798a 0.00 MB 2 0
89,591 89,591 00000000000f3c3af4a8dbefa23e82c53a45fa413e194f4339687b08a19ccdd9 0.00 MB 1 0
89,590 89,590 00000000000a4d631c75ddd28ab865bdc0fda6d7675b0b84a7e468407b683bae 0.00 MB 3 0
89,589 89,589 000000000006497a82c03884abbc89cb69e5a6524df0f0673c96ab7e13d08d63 0.00 MB 7 0
Previous 10 blocks ↓
Total Size: 772.07 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,047.03 GB sent, 108.40 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.