Loading Tool

Explorer IconExplorer

Memory Pool

39,017 transactions
28.77 vMB
0.09520822 BTC
Random Selection Loading Transactions
Max Size: 145.95/200 MB

Candidate Block

Mining Attempt b13d0d35c7a5c2dc78cdfb57b32d307f876b7b123ce002f6e6fe67bb5e6ef90b
Version 20000000
Previous Block 00000000000000000001dc6bc120bc9a373009a41af3c4d673cecfe09352bc0f
Merkle Root fde3eaabc4a08f28fbeb4d1c0b7c73575ca10583aa081f84a31a0cb6e9f8876d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,908
Size: 1.00 vMB
Total Fees: 0.03945084 BTC
Feerates: 150.92 > 3.95 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,548 (677,330 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
237,218 237,218 000000000000003773178e14ef7c7acbf22ddd35494a59ed6ac269f2897a6667 449 0.21/1.00 vMB 162
237,217 237,217 000000000000003cb6f2d68a46e7234c16ff248748966c76a9db50d0daa832d0 949 0.40/1.00 vMB 197
237,216 237,216 00000000000000c794606b76390d38b4c53e0daed64bb6bc7d62f12e271122f0 8 0.00/1.00 vMB 43
237,215 237,215 000000000000001326e023b55d1012005a34f338891351dbb1aa52dfd2b2f5bc 100 0.04/1.00 vMB 129
237,214 237,214 000000000000016559e5e3cee4d8ca0176147d4ebb6c3b38d6e6a713d3c07e86 425 0.19/1.00 vMB 195
237,213 237,213 000000000000008b52faa48b9a832c2d6e53fb0651a1a271898fdf0fdd8a144a 452 0.23/1.00 vMB 163
237,212 237,212 00000000000000a861ab7f774896ddbba38cea38fea556c326df808e74fd59db 50 0.02/1.00 vMB 211
237,211 237,211 0000000000000176b4b2f0b35f2c812ad8804f44bb27551ecc39adb9180a0d67 263 0.13/1.00 vMB 176
237,210 237,210 0000000000000077e13fd2a179bcbbabf87b05d8187e0d9309175dac08215fc9 200 0.25/1.00 vMB 58
237,209 237,209 00000000000000a77e808f30773a86ba4d0aeec6b6899945d3ee32e7d1b2cab3 625 0.25/1.00 vMB 195
237,208 237,208 0000000000000076f4489df9d62df22cd3b7f4f6196dc3e9729ca6c5c3198bf6 395 0.18/1.00 vMB 175
237,207 237,207 0000000000000019af69ea4123c81bb86caf7039862ee294d1a8e3d2a83a54b4 522 0.25/1.00 vMB 247
237,206 237,206 000000000000013de2d86f6892ea40b0f0e9a537f88ed773a936616e4b1d0a54 438 0.19/1.00 vMB 199
237,205 237,205 000000000000011b1c0c2bf2225caadbab8e7e7ffe176630914ee222c0c243df 362 0.17/1.00 vMB 188
237,204 237,204 0000000000000027347f166cbe01f3a0570a6b6037ca64dea342859fd92d3844 201 0.15/1.00 vMB 138
237,203 237,203 00000000000000fa48f578400ce2573c3d19112f18fab43783bb881878bbc2ad 546 0.25/1.00 vMB 217
237,202 237,202 0000000000000080c8f1a2ef5258ee5e975b4e5e561d615d9b0a451b69ebde41 544 0.25/1.00 vMB 160
237,201 237,201 0000000000000157f5680e4f5491489f5ce5ea09454465b3ec610ddb2dde5dc2 128 0.04/1.00 vMB 208
237,200 237,200 00000000000000a4a3ed1e0cb8256461ebe7175939695c2d7ba3a859c25a2ff9 130 0.08/1.00 vMB 78
237,199 237,199 00000000000000683b65f1c97f113b03c5bf0cca7abea5905f2f477bf6689c33 463 0.19/1.00 vMB 178
237,198 237,198 00000000000001701b52d8662281be2a1fbe90f129d29708149f0d1a1bf37afd 700 0.37/1.00 vMB 161
Previous 10 blocks ↓
Total Size: 781.58 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: 623.06 GB
    • Received: 11.41 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.