Loading Tool

Explorer IconExplorer

Memory Pool

41,156 transactions
28.62 vMB
0.05917135 BTC
Random Selection Loading Transactions
Max Size: 146.87/200 MB

Candidate Block

Mining Attempt c77f213dd49a1b8d687a2980d76bca1d40420ed3937b8eed5679ad992adb7bb6
Version 20000000
Previous Block 00000000000000000001e8eea2fc217de15f4d40d8c46e346c3a22c6ea1dbb3a
Merkle Root e51f3747c195086eaa10e8292afa4420393fa5d29ebe483b421e3316bf8e57e4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,013
Size: 1.00 vMB
Total Fees: 0.00382266 BTC
Feerates: 30.21 > 0.38 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,619 (112,482 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
802,137 802,137 00000000000000000001658f9b5cf7178bcda8789a0c1f3b210c9fbb3d160c87 3,385 1.00/1.00 vMB 21
802,136 802,136 00000000000000000002876c5287dccbf8f7ba81732fb606f855419c647507ef 3,109 1.00/1.00 vMB 34
802,135 802,135 0000000000000000000342fed43aa19b7f64c554e3b5112bf64d1e49243ffaa5 3,108 1.00/1.00 vMB 23
802,134 802,134 00000000000000000004d2d9a309fb2021b697607a56ae87256f805545c3b8d8 3,689 1.00/1.00 vMB 22
802,133 802,133 000000000000000000005c748fca4cd69c7904854a88bbdbda156b8596076a81 3,474 1.00/1.00 vMB 30
802,132 802,132 00000000000000000000cb7b50f5ddd1050f6714625bf7a7da37bd9de30faa11 1,966 1.00/1.00 vMB 24
802,131 802,131 000000000000000000047839c21722020363b44df881bb4cdfae07363ce7ff7a 1,712 1.00/1.00 vMB 24
802,130 802,130 00000000000000000004afda9db19289d56ef1892e04d1498d9bb6e9651830f2 120 1.00/1.00 vMB 20
802,129 802,129 00000000000000000004cd7197686231e7c06db59d29bf92f3b69d6bdcc618b5 1,095 1.00/1.00 vMB 21
802,128 802,128 000000000000000000000e3b819e0671343968c0e135192793009b3dc5d5f539 2,955 1.00/1.00 vMB 30
802,127 802,127 00000000000000000000894e31e464471f7e0d4b208f2a9f8ee0c3197de5584b 2,943 1.00/1.00 vMB 28
802,126 802,126 00000000000000000003947ea17e0d7985c2ee5477d83bdf6e63dee1798f3fa0 860 1.00/1.00 vMB 23
802,125 802,125 00000000000000000000d06d39556f9dce7d4b28ea22871e6bbea854f9fc987b 438 1.00/1.00 vMB 21
802,124 802,124 00000000000000000000e295d2fa2d7b644d9b7ac097e795961698191cca45f9 2,575 1.00/1.00 vMB 29
802,123 802,123 0000000000000000000226b380bfbd7b536657e04c197896a6dabd716d0ec432 2,556 1.00/1.00 vMB 28
802,122 802,122 00000000000000000002986c3fb7f43295ee4a2191533c2b1d71ed6d2280fce1 3,187 1.00/1.00 vMB 33
802,121 802,121 0000000000000000000120fdfaa663399b6f9ad90b7b24cc0acd97b3d94d030f 1,413 1.00/1.00 vMB 27
802,120 802,120 000000000000000000042e0ced5132cbbb177c0f95693515e9ecf6870b905274 1,629 1.00/1.00 vMB 29
802,119 802,119 000000000000000000013c9f55d7a2ace779fcdc4ed9b0496ee167f7b225d730 576 1.00/1.00 vMB 24
802,118 802,118 00000000000000000002333449fc79161f8cd0c9f5f4071350491324b8de4f0f 148 1.00/1.00 vMB 21
802,117 802,117 000000000000000000035c021da2a3f51ec95a429f4cc6508876c9159723fac0 1,403 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 781.72 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: 629.67 GB
    • Received: 11.94 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.