Loading Tool

Explorer IconExplorer

Memory Pool

42,488 transactions
26.09 vMB
0.05067694 BTC
Random Selection Loading Transactions
Max Size: 137.12/200 MB

Candidate Block

Mining Attempt da25c618b05fce4db26814d440e145ea9fb429960c33f291ae69c1a8c79c4dbf
Version 20000000
Previous Block 00000000000000000001e79dbd4ceeab4d77bdf107dcdcf0be35699e29eb1f0a
Merkle Root d2be3c0ae71eddbe509231c3c7b3c74a35fc4eadaf47eda3811aa2a2e1219c78
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,457
Size: 1.00 vMB
Total Fees: 0.01343337 BTC
Feerates: 150.93 > 1.35 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,761 (408,736 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
506,025 506,025 000000000000000000153c44d1a63392ba491bae2707841c9d25f2350a54e963 2,041 1.00/1.00 vMB 186
506,024 506,024 00000000000000000000b09446d011d20810f81fa2a2bdaf179d5fae682f3cbb 1,884 1.00/1.00 vMB 220
506,023 506,023 0000000000000000005ffa27b8c4ac2e3d491cf06ff5096516c61089625b4df3 2,262 1.00/1.00 vMB 243
506,022 506,022 0000000000000000003d6fdc6b1d33676c0aaf73ffd78e7fb1ace5040522b6e9 1,352 1.00/1.00 vMB 73
506,021 506,021 0000000000000000005c35f81e650ce001e7690aaf93ee7e054635fa6b8fc739 2,715 1.00/1.00 vMB 251
506,020 506,020 0000000000000000001637aff2dcf92206f9aecbe7c9523b37c258b729342549 899 1.00/1.00 vMB 60
506,019 506,019 0000000000000000003b144750821a7592a4612df49e3450ceda272b289d0d79 1,328 1.00/1.00 vMB 69
506,018 506,018 0000000000000000002ea7492005955a17d6f3682ae71c81403400ed4a1117f6 2,300 1.00/1.00 vMB 257
506,017 506,017 0000000000000000003d55b677593584603fb31ee3e931ce54df385a25a2afdc 1,067 1.00/1.00 vMB 77
506,016 506,016 000000000000000000258fe79c8b891a7cecdf96196c6c9b2e609318c7ad95c9 296 0.10/1.00 vMB 195
506,015 506,015 0000000000000000006a8957cbd52c2038861514f106f7f9f76392d5cb83fd4c 1,744 1.00/1.00 vMB 100
506,014 506,014 00000000000000000072aeab8610166cca1e3d4d8407d5a8edff5bfa78f6b149 1,485 1.00/1.00 vMB 179
506,013 506,013 00000000000000000057b8c250642630efa8b0a10ca9676bacf068c366fdd02b 912 1.00/1.00 vMB 34
506,012 506,012 0000000000000000001cf7d8fd084aaa08fd5ff6f6feef379232622553b4633b 1,438 1.00/1.00 vMB 132
506,011 506,011 000000000000000000643b9cef87acd62b1413cf20b1131e37e026951f20cac5 1,961 1.00/1.00 vMB 176
506,010 506,010 000000000000000000106ede144a90599ac5edf339473738cffa1cc83a838fa5 1,472 1.00/1.00 vMB 222
506,009 506,009 0000000000000000004f72a5495a625a303e3e49ea8ef811438fd861d9eacf6d 483 1.00/1.00 vMB 15
506,008 506,008 0000000000000000003a1439a51bfd96c6e9858c761d8589397a9d1bf47fbaa9 1,648 1.00/1.00 vMB 145
506,007 506,007 0000000000000000000011c1d36681013eb966c2f89271c5da2dfb02f256acef 739 1.00/1.00 vMB 43
506,006 506,006 0000000000000000002d9618cb740adee6b25ed15e6b99b8567358c309493bd8 624 1.00/1.00 vMB 34
506,005 506,005 000000000000000000232d01019d231da4d8d6c7b914a199e4654117e74d6f68 1,419 1.00/1.00 vMB 168
Previous 10 blocks ↓
Total Size: 781.96 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: 647.61 GB
    • Received: 12.96 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.