Loading Tool

Explorer IconExplorer

Memory Pool

80,798 transactions
30.07 vMB
0.12601342 BTC
Random Selection Loading Transactions
Max Size: 180.84/200 MB

Candidate Block

Mining Attempt 2541b724ec10579ccc7489d08a7e5703edba36a91ed928f406a9fa2a98dd7c32
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root cf7fb3e1f4b842c093a8fce38f264addf6618557377314f9d84de7678ee757fa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,715
Size: 1.00 vMB
Total Fees: 0.05202113 BTC
Feerates: 242.90 > 5.21 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (428,913 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
486,247 486,247 0000000000000000007154f9c7d2d3e4a1b1d5c09e9b04332d0424aabcd245d1 1,671 1.00/1.00 vMB 140
486,246 486,246 0000000000000000001ddd8411f1733a5385419655e4440f82ee5fff16ec6178 1,775 1.00/1.00 vMB 30
486,245 486,245 000000000000000000b96140871e6195d38e7be42b102d49ed60fb2668faa6cf 1,641 1.00/1.00 vMB 130
486,244 486,244 000000000000000000f94dd71ea01aa3e0888b384b9e56b14763c9fa0668cc2d 2,195 1.00/1.00 vMB 159
486,243 486,243 00000000000000000030a792afa5c81cdb824239890f3abcaf1f7e68a4a474d8 1,881 1.00/1.00 vMB 177
486,242 486,242 00000000000000000078d81612b85a8839f7c07eae1dbfb3f4273c30bda964d0 1,844 1.00/1.00 vMB 158
486,241 486,241 000000000000000000f97345655ac768d27bdb7dca400c7a6be3c24181ef3976 2,146 0.99/1.00 vMB 184
486,240 486,240 0000000000000000006bbdb331354e22ec34fd71d7c4d3eed707d146ca7c6b18 1,698 0.84/1.00 vMB 24
486,239 486,239 00000000000000000055810426217dcff8ab5255254954af8a6e24925b25cc1e 1,787 0.99/1.00 vMB 121
486,238 486,238 000000000000000000d6f2d11469d01f491d6fe1a77c34dca9c8015e4b40196a 2,281 1.00/1.00 vMB 153
486,237 486,237 000000000000000000537a636ef94ed7e23e19cd1ace82d6579c82b10048e589 2,255 1.00/1.00 vMB 254
486,236 486,236 0000000000000000001c9c00099d874b372e76ad41cac863db5e9ac63cf6c1a8 246 0.08/1.00 vMB 79
486,235 486,235 000000000000000000d36f901ea85644cfab88a6a5390ef5dbe896f2c549f8b0 1,304 0.82/1.00 vMB 80
486,234 486,234 000000000000000000247321145c83ad1b28897175ef3655c70816020917415d 1,743 1.00/1.00 vMB 228
486,233 486,233 00000000000000000055704ffb682059c6909b8cb5b181f54aaeba374f4a3a4d 1,120 0.57/1.00 vMB 118
486,232 486,232 000000000000000000f70d5a4097ca8b5382d13cd13e1950c2f651949ecd86e4 1,232 0.54/1.00 vMB 120
486,231 486,231 000000000000000000851e10bddba81710c78a3755bc8cacd316d086552dd495 227 0.11/1.00 vMB 123
486,230 486,230 0000000000000000005fb61ddf5c813d45560e0bc9ad3400976c4509e6bf77fe 484 0.23/1.00 vMB 128
486,229 486,229 000000000000000000d7cfd320ae542bb7e57b98e0908edfb002fe99ddd9aff6 868 0.48/1.00 vMB 127
486,228 486,228 0000000000000000007286a231b73e22a6208c85d6b79770aeda0b890fb92f77 668 0.41/1.00 vMB 104
486,227 486,227 0000000000000000005dc00811f8212b8b7559deeb0c7d4f57cdaec14c4171e8 462 0.35/1.00 vMB 113
Previous 10 blocks ↓
Total Size: 782.67 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 673.16 GB
    • Received: 16.42 GB
  • Uptime:

Notes

  • 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.