Loading Tool

Explorer IconExplorer

Memory Pool

82,682 transactions
30.45 vMB
0.12262103 BTC
Random Selection Loading Transactions
Max Size: 184.27/200 MB

Candidate Block

Mining Attempt 8db04e74813daa3589442adc3551e27955c941dbf967cec150240892fe5a45c5
Version 20000000
Previous Block 0000000000000000000043f2b4ea4cc96cd3bc440a50582638dcad340e8bc5e2
Merkle Root 20c1977383f193b21c025939c19cfd50deaf7f6bf5aea5b57b543773377f4a75
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,114
Size: 1.00 vMB
Total Fees: 0.04331293 BTC
Feerates: 150.85 > 4.34 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,139 (674,029 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
241,110 241,110 00000000000000bf1d6f6eae9018e6eb5b82cc29adaeea8469095be4d17be5fb 145 0.08/1.00 vMB 165
241,109 241,109 00000000000000f433cd3823b19bfb12b8a3c68d9160d54a4ffffb673c13aeb4 397 0.16/1.00 vMB 193
241,108 241,108 00000000000000c961a15bd918bac3ddd4478d8bb16f5ad9c74a94454fc9141e 258 0.11/1.00 vMB 1,011
241,107 241,107 0000000000000056f41f9f5097741fd4a0e76643e17adb9585751b496513b1e0 228 0.11/1.00 vMB 143
241,106 241,106 00000000000000e467ddb2a3cd77ceb858545b816c41b858c9ebc86e2d79c9e2 79 0.04/1.00 vMB 174
241,105 241,105 000000000000007a64b87d65e21cb210296a3c39d5d21ed87f8ccce4f2d5efc0 210 0.10/1.00 vMB 184
241,104 241,104 00000000000000bfcb4c38d1f00dfd636707659f9819c9c88539f57e475fad55 107 0.12/1.00 vMB 81
241,103 241,103 0000000000000070d017cf8308fafef0d148feab5e8f8756632a123718e4bd2d 609 0.25/1.00 vMB 213
241,102 241,102 00000000000000475b23cd88f95a3fde22953f46dd9eea4449f77e34db7f5f02 170 0.10/1.00 vMB 74
241,101 241,101 00000000000000d2ffa79ece0841feee775f77a2c6dd1d181819e77697274394 657 0.25/1.00 vMB 210
241,100 241,100 00000000000000b58746310730c2ebd9a9f40593a7a23584e95e89855d833b1d 354 0.21/1.00 vMB 151
241,099 241,099 000000000000005e4e558b3f232b24f8aeb3472c68017046a70625a49a093458 328 0.15/1.00 vMB 156
241,098 241,098 000000000000006bbb41c4ee10834a8bd0deee77eb5d19ec70a3303da9b20acf 165 0.10/1.00 vMB 44
241,097 241,097 000000000000000ce3e9ccb8e2ab69276c33c809cdd438ea26e2e0e99d20218d 518 0.25/1.00 vMB 162
241,096 241,096 00000000000000e8af127c5c61a4d4d9ab1e5fea161917aab4ce5c34fd61757f 691 0.25/1.00 vMB 255
241,095 241,095 00000000000000f25d891ebc757b18d62ebe9cc6fc4459bf62cc4cbb63a57701 462 0.19/1.00 vMB 222
241,094 241,094 000000000000004c8ac606cee1e3cb5f78eeda1db42be8ca9eefb8e6a3f57296 189 0.10/1.00 vMB 150
241,093 241,093 000000000000003f638f239d5e4b3d00ed93b84c5b3d712074d17c6553b81792 64 0.04/1.00 vMB 132
241,092 241,092 0000000000000060b781f723115646f5979016e462689a4aa269e4a63920c497 113 0.05/1.00 vMB 173
241,091 241,091 00000000000000e672bba14b8b6b54bd9990937777cd43ed08b151d34751be65 184 0.07/1.00 vMB 222
241,090 241,090 0000000000000061456b9078161cb9cc81c438ef5213a9735927221c058b233f 216 0.10/1.00 vMB 202
Previous 10 blocks ↓
Total Size: 782.63 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: 672.37 GB
    • Received: 16.21 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.