Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

315 transactions (0.21 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,496 000000000000000000022b910000000000000000000000000000000000000000 0.21 vMB 312 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,495 (195,853 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
715,642 715,642 0000000000000000000745e91fb7f2f44bfb7084142d1768f8c7515423781e95 1.20 MB 960 6
715,641 715,641 000000000000000000048390eaac915c028e3226074d1c9e4d7c09f95194a467 1.08 MB 323 3
715,640 715,640 00000000000000000008d57a398323c4695e8d5fd871fef282bc72b43570b021 1.06 MB 389 3
715,639 715,639 00000000000000000006ca082a5697dcccbd553ea8d923c89de0a278e814f525 1.33 MB 2,063 8
715,638 715,638 00000000000000000007f36b1fe04d5ab8017ac4d85d6024797bac448d98f62a 1.24 MB 735 5
715,637 715,637 000000000000000000042c51309d41240c601ad8895f7cd98f13be41e23a420c 1.11 MB 481 4
715,636 715,636 000000000000000000084034a3de3d33f52b00201ec81ab3fd8ad3ff81e55fd8 1.17 MB 964 4
715,635 715,635 00000000000000000000e682edfabef9f0cfa80ba575aef7febee7daeabe5cde 1.25 MB 1,373 8
715,634 715,634 000000000000000000003914d7d5edde455a7bafe4ab1bc7f2dfd70e8001467c 1.27 MB 823 5
715,633 715,633 00000000000000000000da3b40ca8e5258d28b82140e67e93bb6839170a63eca 1.32 MB 1,830 8
715,632 715,632 0000000000000000000201a511a534c8a13a5bee0bea7dfed13b0a315e5fa91f 1.06 MB 497 4
715,631 715,631 00000000000000000000638a7599cd49f86fba4a7aab623ffb6e10dd06f7df11 1.44 MB 2,065 9
715,630 715,630 000000000000000000031352be215b3f8156baf3dc29cc08a698ea9ec8955540 1.20 MB 929 5
715,629 715,629 00000000000000000006c544bad141af7292b7f5975d9c7f43efa8cef493cd22 1.03 MB 237 3
715,628 715,628 0000000000000000000b9ab69a8a46eaa248ec8cda7818b8ac001973def97989 1.05 MB 368 4
715,627 715,627 0000000000000000000a6e08ab79bd4437a0f61918a39b765b42226357fbb1a0 1.26 MB 1,724 7
715,626 715,626 0000000000000000000b78eec92fe694fd630dd665b33999f655939b5b5c1787 1.20 MB 557 3
715,625 715,625 00000000000000000004864e2cdee9d1e8e27a712de520c3909448cc71c15b5e 1.29 MB 1,422 6
715,624 715,624 0000000000000000000685a6a4c4483fcddfe516d918a951e242db56eb7dc505 1.14 MB 853 5
715,623 715,623 0000000000000000000717cf64f69019e40dc78cd7267a578eac247a57050d07 1.47 MB 2,818 15
715,622 715,622 0000000000000000000a5423df7feb3fc46317ce2ea02311e563536992674711 1.04 MB 303 2
Previous 10 blocks ↓
Total Size: 776.15 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,411.96 GB sent, 129.47 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.