Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,537 transactions (2.05 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,358 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,418 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,357 (855,769 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
53,588 53,588 000000000efdd6a698845996f42ecd2d88b285497e8ef99182ec16a73b62d42d 0.00 MB 1 0
53,587 53,587 000000000f71b89b2c49592c14433cf7dce043e7a5c70b7427a090e16211b093 0.00 MB 1 0
53,586 53,586 000000001137bab405ff4f1e9837b1b930b488139fa42759b8272d26e1482054 0.00 MB 1 0
53,585 53,585 000000000cf6ff0de25e25a508d65c50e176cff7c46d79663abc654775aa71a1 0.00 MB 1 0
53,584 53,584 0000000009f0eb5a0aeb7536c0edf21bce515b9d415b976e0bb5ddb9d4de5ed2 0.00 MB 1 0
53,583 53,583 000000000b8c171f25b6cc20a42c0d48f0d5030e3f72eff3c3acc12ae37954e9 0.00 MB 3 0
53,582 53,582 0000000003c31e5f1a6273bed41d9efe42569fc3b614a09af662c4f57ef58acb 0.00 MB 1 0
53,581 53,581 00000000012f3f0094a471017a2db6d35b5b98affc32adbb8291435af248b90e 0.00 MB 2 0
53,580 53,580 000000000975f5582b4f925873c1e82a87dd936009b8969a2f1450568ed5631e 0.00 MB 1 0
53,579 53,579 000000000452780c7cbb2dbbf6f209dae499cdded93c3d4734aaf0e1ba0cb918 0.00 MB 1 0
53,578 53,578 0000000002ce0b262db8f8a66883e289d38219380660d1565fa7f51c9d51821c 0.00 MB 1 0
53,577 53,577 000000000e05db30ea519d797dd9b8a2a46ee139791ac21fce0da32758e4a5c2 0.00 MB 1 0
53,576 53,576 00000000058a002ce9ffb07147d2f9f692a569c5b3903d68c343edc9d03e999c 0.00 MB 1 0
53,575 53,575 0000000015a88aaddc550b9578aea97c2e2470ff40f1324b8cec5a1c85e80a5d 0.00 MB 1 0
53,574 53,574 00000000058b40cd811005be351e9a77bc5697dfe156383607293204f3eb5bf5 0.00 MB 2 0
53,573 53,573 0000000005073539eb258f72429edf7740a85c3333b830e22150209759cd2b46 0.00 MB 1 0
53,572 53,572 0000000016122b01791d9b4f1af396a212d80753a3bf76c95217329735a19473 0.00 MB 1 0
53,571 53,571 0000000013a36d2722208045fcec1d5c87bf1628fcd16885541bd3179ea44a2c 0.00 MB 1 0
53,570 53,570 000000000a40973a4422084cf05475f3f362579f8d7d8de5186e1c254d19d310 0.00 MB 1 0
53,569 53,569 000000000308cbb69a69074e9dac10b6f753b2c00d4adba42cf1684a99be2643 0.00 MB 1 0
53,568 53,568 000000000cb7da0228d52bcabe1ee545b3204a5baa0462cc93ed6732617ec829 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.20 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,068.36 GB sent, 109.17 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.