Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,999 transactions (0.98 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,056 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.97 vMB 2,969 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,055 (841,368 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
69,687 69,687 00000000001739fdd80b43d5d585cf7ced5fd8c91dd55dfd4577807a93fe7b10 0.00 MB 1 0
69,686 69,686 0000000000967764a7da4bb1dd526351cb1ea1bc7fbc4a0aecacda8a406881b5 0.00 MB 5 0
69,685 69,685 000000000005887d276d0d3e078afd018a092c2d04b4c2a9811e30fba4066660 0.00 MB 1 0
69,684 69,684 00000000002408ab4e1216131d79f4778ef3a46a68d06212ae649f1303688b30 0.00 MB 1 0
69,683 69,683 00000000006963061ba6601a9955cd69b3221393b350261948e262a35a94d48f 0.00 MB 1 0
69,682 69,682 0000000000f629928d74d4bcee231d60a6ffaae45535b7d6dfc73fe1cf43babf 0.00 MB 2 0
69,681 69,681 000000000152d5565c6b280bd956ffff80f0f4c6ea5d91af8f88258a4e1d67de 0.00 MB 2 0
69,680 69,680 0000000000968799bd46bc16fa72562fce0c836ff4d7a70d108318b201308949 0.00 MB 1 0
69,679 69,679 0000000000c106504f06117808bc2310b7a0d1f9baa704f39aea663f05da39b2 0.00 MB 3 0
69,678 69,678 0000000000096ea7160d229e544c23d70984eb339bd02ee381d3b9490fc3807d 0.00 MB 2 0
69,677 69,677 00000000005e34ffc67d0ee955bc5361d1cfb7ad95965fdbefeef54d89ceb956 0.00 MB 1 0
69,676 69,676 0000000000e7bf5b64421de2abae4fab3926b01dffdc00a7e444839dfaf87fe8 0.00 MB 5 0
69,675 69,675 00000000012df90abced7fdcc825ba3f07a8999d69e1bbfdcf4d58fa642e62c5 0.00 MB 2 0
69,674 69,674 00000000002f605adec4a3502301495019ed30111ba62b29d2d019d23036f6dd 0.00 MB 2 0
69,673 69,673 0000000000c1ce0b160aaaada7c78d8bcde47edd6d445558f3cbd2f562bf6195 0.00 MB 2 0
69,672 69,672 0000000000bc732b041743b3c45c1bfc715efb500c6d5aec8947620f64f05cc6 0.00 MB 2 0
69,671 69,671 0000000000ebb119fbdaad743047ea0b6842306df6d30ebe83c093309d927b7b 0.00 MB 2 0
69,670 69,670 0000000000a2e198e3f009f5aa569bd341dc2ee7b36ab9c8f22e45efc558c529 0.00 MB 1 0
69,669 69,669 00000000013f87b4cad9c3fe9a9335251d0e2099526d976320957dc32cb45f23 0.00 MB 1 0
69,668 69,668 00000000009ef893fdb01b8b5689b7eb5ce946cb7cd07c5a221be0ed8fb55dcc 0.00 MB 2 0
69,667 69,667 000000000124d0cc5843bc43875d93d5904f7367fd12a34012d2fe62b7188ba4 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 775.34 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,363.54 GB sent, 125.52 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.