Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,105 transactions (0.75 vMB)

Priority:

  • 1 sats/vbyte = (5 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
911,272 000000000000000000022b910000000000000000000000000000000000000000 ago 0.74 vMB 2,100 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,271 (841,509 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
69,762 69,762 0000000000bb7cc8d49991f00714b5b54c6d6a1edfb407fbb795ac542d6505f4 0.00 MB 1 0
69,761 69,761 00000000014c90a6f4e4c2d4b4d8f7be02250f99ec0b91415bdd9f1a795018fe 0.00 MB 1 0
69,760 69,760 0000000000e725663bf562b440eda94c2033f3cba7aa18c52a1b7fc1acdcbd14 0.00 MB 1 0
69,759 69,759 0000000000ef26179519029e2a405a7f4c0b33f451ae552d0086e56c67164fe4 0.00 MB 1 0
69,758 69,758 00000000006bc75a9a96bad33f4796b0c90d7830db8bee7df64bbb20a1421ec4 0.00 MB 2 0
69,757 69,757 00000000011a27a7d15dfcd19004ec88c89b7eb3bd4f6279e19104e5ef977a6e 0.00 MB 1 0
69,756 69,756 00000000015ad60ff88c59bc2cfaba7154d600fcf72e7ea93746c56aae206635 0.00 MB 1 0
69,755 69,755 000000000123a245a2cd2bbb190e6d913c3b8c93d374ae4c85c7de2523778692 0.00 MB 1 0
69,754 69,754 000000000156f181ab1ca1b3941aabdf430cf9dc9d8d6d69816e6a8bc7ccca88 0.00 MB 1 0
69,753 69,753 000000000137e8af3da5dbde27005d2733cc19de9b7341d0d86bdb9f56a691a5 0.00 MB 1 0
69,752 69,752 0000000000ff889b13e72c8a7deb0cc2b9dbe63a1b3cb55b6e4751e64867cf14 0.00 MB 2 0
69,751 69,751 0000000001195b58083c951209ec7a8125f3523f9fb48dca2493cd0f5d98d1e2 0.00 MB 1 0
69,750 69,750 0000000000a743c79de1c6c384128b3638faa4f919491a5eff261ad8cb64c4a3 0.00 MB 1 0
69,749 69,749 000000000012a989c59040e44634f70b06354575139024abb97280bc743e488f 0.00 MB 2 0
69,748 69,748 0000000000b8316c2017875851b0ffa5ac757f3f2602f1b67a7f0696dd67f8af 0.00 MB 4 0
69,747 69,747 00000000005eff5166287aec0becdf1fdd9441d7c82a4e303bab5b5a8132e37c 0.00 MB 1 0
69,746 69,746 0000000000083aaabe3d24ac3f9c1b844a780abe01112e9e3e676778f64a81f1 0.00 MB 2 0
69,745 69,745 0000000000f904a8ff81943abbca97f388c3c735ef6a33479c8984e42ed0ccbf 0.00 MB 2 0
69,744 69,744 0000000000fd38bf56b996d2680db175ed4baf90cbfaa4c17962bc4583aa7c60 0.00 MB 4 0
69,743 69,743 00000000001506f9016f9396562318e51537d039c3092245a6eaf387db5b7f1a 0.00 MB 2 0
69,742 69,742 000000000131a2ff15903799611087b8b79ec1e6c555176bf290a895085d5355 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 775.75 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,388.85 GB sent, 127.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.