Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,322 transactions (0.70 vMB)

Priority:

  • 1 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,496 000000000000000000022b910000000000000000000000000000000000000000 ago 0.70 vMB 2,300 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,495 (195,859 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
715,621 715,621 0000000000000000000a189852afa692051c26195d3b2f1fb66ced201f47e4e0 1.32 MB 1,486 5
715,620 715,620 00000000000000000004859948f6972ffa886d74d3aea7dad2552558a2e7a7cd 1.12 MB 231 3
715,619 715,619 00000000000000000003dbc7d5d2ad22dd4c607f9fc8722d1dc1aca42a0925e0 1.14 MB 588 4
715,618 715,618 00000000000000000003847e24f5da466ae675dbce1379b5d34c7167bd90d989 1.49 MB 2,428 9
715,617 715,617 00000000000000000003fdb817f51040b91ebb9b8f1bbc362abf2180ead79cae 1.51 MB 2,077 7
715,616 715,616 000000000000000000028424c5dd01944843529e5f74ef95844ab801c156e2cc 1.44 MB 2,202 9
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.98 GB sent, 129.48 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.