Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

219 transactions (0.04 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,319 000000000000000000022b910000000000000000000000000000000000000000 0.04 vMB 207 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,318 (596,504 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
314,814 314,814 000000000000000015b7819dbcad259510198e8864dec18210a6031d6b25271d 0.21 MB 195 18
314,813 314,813 0000000000000000354af7d2be84b9edb42aca1c0451bde78a52a839ff020fe9 0.05 MB 128 47
314,812 314,812 00000000000000002921b4fd36085836f28e6ad34c02cfa71ce8a590f1b2dccd 0.30 MB 641 30
314,811 314,811 00000000000000002b3665945a593548108b11bcb694082369838714c494de52 0.04 MB 87 28
314,810 314,810 000000000000000032d50f362627d5ff539256c57d3c28b5a54af3c35c1cacdd 0.42 MB 804 27
314,809 314,809 0000000000000000329fa6404c04e162e9638ca65d4d2a2ce84a805be009ef08 0.03 MB 83 31
314,808 314,808 00000000000000001c0958635941c521a4fad8e846d7736b2907ad0cec977f70 0.03 MB 61 29
314,807 314,807 0000000000000000268fc80149ea586457771bd1c19b95ef234703a0e1458b6a 0.22 MB 307 24
314,806 314,806 000000000000000030f0d63d046bee4e497d9df0fd58fa9dc0eea27232fc17fd 0.13 MB 227 28
314,805 314,805 00000000000000000eccb06caf6d03eb99a691196cee53640f25fa30e754ecc1 0.61 MB 1,009 27
314,804 314,804 000000000000000021d4dda8cc3168ef0ac55bf6c8f6a9c35620bdc260e388f9 0.25 MB 406 25
314,803 314,803 00000000000000002180fbbf2bfa44fe8291d215e6c230a1195e1e7194c49843 0.02 MB 39 36
314,802 314,802 0000000000000000028039351ac8c620b24027d47a22fc100a05f9a78d2d96f9 0.30 MB 407 26
314,801 314,801 0000000000000000238a2f7aee05cadbca9e63ba403881b0fb2f777e0c83482c 0.11 MB 148 26
314,800 314,800 00000000000000002320e83fe1bc95895ba8e0a0d9e56e94532262c0f770abe9 0.07 MB 150 27
314,799 314,799 0000000000000000021b038e4d12e00d2878483ae9921e97f3d9a59ed8f5469d 0.28 MB 423 26
314,798 314,798 00000000000000000a9f5f5afdc9387b5ab051861a935e2cc36be968291ae9e5 0.10 MB 256 36
314,797 314,797 00000000000000000958365004c9bec7b75beb3f0fd631a31a5133b054740fa5 0.05 MB 101 191
314,796 314,796 00000000000000001a8b30527b8df933a08f0afbf0cbcd4eca4cc39b440fbf8d 0.18 MB 342 29
314,795 314,795 00000000000000002d20378f0ecbf6caa55fb668258caec92967bfff0c26f62e 0.08 MB 119 21
314,794 314,794 00000000000000000891109bcb62ca5d274e19ff81824b36628f5371ca3a641b 0.11 MB 124 20
Previous 10 blocks ↓
Total Size: 775.83 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,399.42 GB sent, 127.99 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.