Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

592 transactions (0.15 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
910,292 000000000000000000022cb30000000000000000000000000000000000000000 0.15 vMB 585 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,291 (856,174 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
54,117 54,117 00000000143f4d20ac4f5bbda03ef98a69854e0507f1fafbc0155932c4cc01cb 0.00 MB 1 0
54,116 54,116 000000000d0182aa45a39dd3aa23ed6aad3c86a2766e21658ed9d5049e0e5ed2 0.00 MB 6 0
54,115 54,115 000000000f5239dbe8026bb4003e7cfc57373f14f484734987f7d10ae7aa64d5 0.00 MB 1 0
54,114 54,114 00000000095cd062aacf87b4bc278feb551ddfade88da5a64ec797a01033b76e 0.00 MB 1 0
54,113 54,113 00000000087a9a5f11884bdb37fc62974f4de121a7c2867a1e147bde35129bf1 0.00 MB 1 0
54,112 54,112 000000000589571f45032e558a53c06bddff5cfe10af9e000e570bb0682f3052 0.00 MB 1 0
54,111 54,111 000000000db0a3d5854aca01b1f69cd8c0f18c4d3482fd860ea0b1368630b995 0.00 MB 1 0
54,110 54,110 0000000003ab431a8ea9d30dd085c3fe283e7fa05949e5834cf8446a3aba4db5 0.00 MB 1 0
54,109 54,109 0000000001bd4c578b407175980a45ec9c5ab81d56a0da2959bbd6c23a9dbe78 0.00 MB 1 0
54,108 54,108 000000001177e03bea8a7d8a6c7f394074371569122c3a78818b489c7e1e0e6b 0.00 MB 1 0
54,107 54,107 0000000009b25fe2558000b9d29b33d2fc70c8e73cdf665d09beee2e94f67619 0.00 MB 1 0
54,106 54,106 000000000fde618946ca8d6769e915a6d167f93c6e336739fc19e5640b2cee1a 0.00 MB 1 0
54,105 54,105 000000000a6108480172308ffaae8a723ce308eeec5192d3f9984b489b2f9f39 0.00 MB 1 0
54,104 54,104 000000000ed32b1afd082414538c3e17a9fdea663f6d1fe248110da95b3d9819 0.00 MB 1 0
54,103 54,103 0000000004e6ca8d45b4f4846dde4cb77c8c9fd72ad394a29749235bcee10b9c 0.00 MB 1 0
54,102 54,102 0000000011402afc81c2e7e27bb80221da08234e23318d4835ed57e5d57be924 0.00 MB 1 0
54,101 54,101 000000001207d3112d441cf83421ccf7757637755d3010a35bc1c1b74b6b48b9 0.00 MB 2 0
54,100 54,100 00000000115172f3a86694b781ae4192bb7cf6caa13089235d3b58b1c95e2b6b 0.00 MB 1 0
54,099 54,099 00000000016cf6467c6c6e113a713fdd74f3738f9508ec769e3aa4052358e155 0.00 MB 1 0
54,098 54,098 00000000125d3ad4d50ec5c8f6e47757578f863483671da6a24e4118a7c31ad2 0.00 MB 1 0
54,097 54,097 00000000022c4216d35dc1dd8777ab8bd68d3e8ccccde4c93b769e95b2bcf117 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.94 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,229.65 GB sent, 118.25 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.