Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,500 transactions (2.17 vMB)
  • 1 sats/vbyte = (36 blocks)
  • 2 sats/vbyte = (5 blocks)
  • 3 sats/vbyte = (4 blocks)
  • 5 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,246 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,143 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,245 (852,099 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
57,146 57,146 000000000c92b72beef131b28eab5ccd24d43afa1a57232c776f44fc3bb09f00 0.00 MB 1 0
57,145 57,145 000000001040a2ca19cb68677114bb644618aa99e989fdb52c2680d2eaca0176 0.00 MB 1 0
57,144 57,144 000000000f026f29716ee7df3d97c31228b57ae8840a06c1afd0fce5715cf713 0.00 MB 1 0
57,143 57,143 00000000031240b2d65992acdfb3c9a1f2de5c7194b079218b9d409c5c9f912f 0.00 MB 1 0
57,142 57,142 0000000009d052d93b032dc45c4997c043d52346f34d0bb915429f413fb82ddb 0.00 MB 1 0
57,141 57,141 0000000010ed051d8a9b738e43a81b914bfe0766c9969c792cd8bad48c1d0791 0.00 MB 1 0
57,140 57,140 0000000005c86ec2d9e1ae6477479f7f2903357ffa603325fed91f18e953711c 0.00 MB 1 0
57,139 57,139 000000000f687645ea80ee16fa25869722964b64f1c07ac4f5252b18d3e476ce 0.00 MB 1 0
57,138 57,138 0000000015981f76b93a0647bd70e6a33a522c61bbe358f07e11f7924e559693 0.00 MB 1 0
57,137 57,137 000000000b153ca7c3540330b32491959005c18b573b28b79d848c79f582e9a0 0.00 MB 1 0
57,136 57,136 0000000011233ca815be62b601ca64aae8a554bfeb95cf4d1e47213001553feb 0.00 MB 1 0
57,135 57,135 000000000d41b0ddbe4f9c1118278eae0c550e3fd92b28b6172a2958fc8460a2 0.00 MB 1 0
57,134 57,134 000000000e72ab0ee42867a118d6f3cd39514ec4a4645cf098ffdff9607d2738 0.00 MB 1 0
57,133 57,133 000000001091b7f27658bdc2c72292031631c2d7a8a0b2d611b5296b0fced7cb 0.00 MB 1 0
57,132 57,132 00000000075c9763bcfef901d2e9a1b99223dd9816325ddd34702a27cd0f23ff 0.00 MB 1 0
57,131 57,131 00000000079c0dd1dedeae46c79c71d94687f012b848805a212251426bdf23b2 0.00 MB 1 0
57,130 57,130 0000000014f4d761d93754f061a12cccd3801c44222355c3c0c29651ee4e0f39 0.00 MB 2 0
57,129 57,129 000000000ad37d379b142a6f58b419b8e6d68a366b13224dd4a436d7914205a3 0.00 MB 1 0
57,128 57,128 00000000065231f26c07aee3663aa5cf8301a73f4cb8e1adadc3b07538e47813 0.00 MB 1 0
57,127 57,127 0000000014cf7dd770adda7afa7cd711b5d94cf8f725ed52fe0e33a76a3aa68a 0.00 MB 1 0
57,126 57,126 000000000848aa7dc3f3ad4612ab815c1c35bb15988bafa322f40cc13992e39c 0.00 MB 10 0
Previous 10 blocks ↓
Total Size: 771.99 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,022.47 GB sent, 107.92 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.