Loading Tool

Explorer IconExplorer

Memory Pool

86,807 transactions
31.56 vMB
0.21318584 BTC
Random Selection Loading Transactions
Max Size: 191.56/200 MB

Candidate Block

Mining Attempt d3349294b3776363e1ca3c5f8ad0b0eb8c7d182dc315ef1218837d4b9424266b
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root a57602922003d9177423d36fe36690268aca74ae77b7f9ca5f8f07677f1d1780
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,592
Size: 1.00 vMB
Total Fees: 0.10756198 BTC
Feerates: 502.67 > 10.78 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (683,711 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
231,414 231,414 0000000000000126fa8edc1226d59f739241efd62359d8233241948a2df8505b 111 0.25/1.00 vMB 23
231,413 231,413 00000000000000320fceb2d70fd1acae87fde4af2ef3e6f6fcc885c1bbb8ad0a 11 0.00/1.00 vMB 175
231,412 231,412 0000000000000229e2b738a3b29c0441bbbdc8437097048cb327b9a7c5d35f39 81 0.03/1.00 vMB 156
231,411 231,411 00000000000000ebae54a72cdd535518e5248188094dda83441d11534968583b 137 0.25/1.00 vMB 44
231,410 231,410 00000000000000d8063f43b611d9d33815573cd9a928ac4099fb330a06237781 141 0.08/1.00 vMB 135
231,409 231,409 0000000000000175ddc7d0bdec26776b3b0e5c9db10e20c5d7bbc8d71fe63ee2 217 0.10/1.00 vMB 177
231,408 231,408 0000000000000022ed587603e1994b1ceeb4dd10f29cda37c662902adee5f1e7 457 0.25/1.00 vMB 117
231,407 231,407 00000000000000390395b0b6dc0a09c6843aae3a9e6af17aa2d99c0953624b0c 200 0.10/1.00 vMB 258
231,406 231,406 000000000000008b10e1aeedc1d65f7130b89de90b2d3d4a8c0e8cbd26d09926 358 0.16/1.00 vMB 227
231,405 231,405 00000000000001d3ab27adc0aa71994327c5041ada822695c96f440c7433271d 261 0.14/1.00 vMB 210
231,404 231,404 000000000000002382d776bc03a3501df9c57f2b32cc7335bf93bcf3a7fc0b1f 345 0.25/1.00 vMB 144
231,403 231,403 0000000000000020095e1b412286db4211b125289f07a62a6f634caff16fe9dc 634 0.25/1.00 vMB 184
231,402 231,402 0000000000000000d11c57ee16cc9f860cd835a8f3c25733546118de6ca07f42 169 0.14/1.00 vMB 116
231,401 231,401 000000000000012f1ef8d12f69465f70ab21fa7c258e73dee7ab4fe7d745fb30 151 0.10/1.00 vMB 130
231,400 231,400 000000000000017cb38ee4dd9f2c944ec28ad9fa9a5a5d1fa07bb248482801ef 1 0.00/1.00 vMB 0
231,399 231,399 000000000000005aeed77245faa3c54e216c3abf915c98f446424c08a1afe4de 260 0.18/1.00 vMB 155
231,398 231,398 000000000000011e69421f6b349e5ff9489129d4872ac8378b5865a52d732e9d 92 0.04/1.00 vMB 178
231,397 231,397 000000000000000fe1eccef0aa1f4c7f1e412c7193161cd588f53e4782da237c 26 0.01/1.00 vMB 99
231,396 231,396 0000000000000110caab6e54af5e8a2e3c62992a46cce98ce8ddaf8aae972cd6 323 0.13/1.00 vMB 243
231,395 231,395 0000000000000152d9396c05fbfaaa58a2c1e7cc799f54adb82c7a1972bea874 261 0.11/1.00 vMB 187
231,394 231,394 00000000000000df0e4f6310aac069c6b546e64e94aae2dbc492f4f2961b03dd 49 0.04/1.00 vMB 142
Previous 10 blocks ↓
Total Size: 782.61 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: 671.94 GB
    • Received: 16.08 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.