Loading Tool

Explorer IconExplorer

Memory Pool

77,081 transactions
28.72 vMB
0.06552449 BTC
Random Selection Loading Transactions
Max Size: 173.88/200 MB

Candidate Block

Mining Attempt 1d1b78c252f401350625a70ebda05ad8baff33138986ffcf649485ae7e35ffc8
Version 20000000
Previous Block 000000000000000000006cdac57e8b0231ae997822a2b3b6ef460a8873cd8b31
Merkle Root 6643bd06b0d6f04194d7924d23d358c10a00e44822846e2d9609482603193bf9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,110
Size: 1.00 vMB
Total Fees: 0.00589211 BTC
Feerates: 40.21 > 0.59 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,100 (442,850 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
472,250 472,250 0000000000000000000a6543e41dbe69c42107f081ea4aefec67a9da4437e2d4 1,458 1.00/1.00 vMB 446
472,249 472,249 000000000000000000a0721e9bf433bbac07dd66f61cf9a51d67a1220dcd2cea 1,581 1.00/1.00 vMB 204
472,248 472,248 000000000000000000f9eeaf66a456a75ae020077f72455774944de5de471542 1,817 1.00/1.00 vMB 276
472,247 472,247 0000000000000000004c516ec632b82fef99a525cd83bd69c84afdfb3a803cf3 1,778 1.00/1.00 vMB 292
472,246 472,246 00000000000000000048fe9ecb43da8c318f1249faf3df2d9761f684354ba40f 2,186 1.00/1.00 vMB 233
472,245 472,245 0000000000000000001cf3e676d8863c0a6a39f90aa88b5b1c87c8794f9ce537 2,343 1.00/1.00 vMB 225
472,244 472,244 000000000000000000c4b807a3c0c7755c6718b666783d8480def844cbbd8925 2,341 1.00/1.00 vMB 335
472,243 472,243 000000000000000000edf34dbec19ec9bbd203b496bee6f7104dfb30b7bc8b8b 2,158 1.00/1.00 vMB 285
472,242 472,242 0000000000000000008d025a526559ffc0b316d3e68e940d7d86bea7e617fea5 2,174 1.00/1.00 vMB 305
472,241 472,241 00000000000000000022727a72756c32b470be7c1897d19c283562991b30558d 2,184 1.00/1.00 vMB 281
472,240 472,240 0000000000000000007d2717a2a712ad73717bd56913c66516f60053975549e4 1,940 1.00/1.00 vMB 346
472,239 472,239 0000000000000000003d5554360980589008246d534d54c09c84445d6f12b410 2,051 0.99/1.00 vMB 300
472,238 472,238 0000000000000000014f6c4521d3f2df3f173bc24497164ad059f773cf66dbf1 2,123 1.00/1.00 vMB 351
472,237 472,237 000000000000000000d368c6cf58b1988f626a5bade7c5c5cb3f76ec86acfae7 1,672 1.00/1.00 vMB 210
472,236 472,236 000000000000000000e1b364e8ac9c281696be1d1e4e821d7c0b6769222fb298 2,195 1.00/1.00 vMB 348
472,235 472,235 000000000000000000e6b03888caf58ecf86f4ea56d0f7ed48c08a0a534cdd71 2,152 1.00/1.00 vMB 298
472,234 472,234 00000000000000000130c8f177b7b851d2e42db27fec6053f884b5dc2b43f67b 1,733 0.99/1.00 vMB 215
472,233 472,233 0000000000000000009a7b2eadce9abe613be079e93f6246cd7e0c33ef91c2c0 1,894 1.00/1.00 vMB 338
472,232 472,232 000000000000000000aa27e1ea5028b0e17a97616d005ad0de7d27aeaa8d4713 1,588 1.00/1.00 vMB 367
472,231 472,231 000000000000000001776256e935733c4048b509bc0f74fc9417454420d53cdb 2,128 0.99/1.00 vMB 303
472,230 472,230 00000000000000000102e1d48e48d9f4df10dfb0ed603414b54762cd289fe24d 2,063 1.00/1.00 vMB 323
Previous 10 blocks ↓
Total Size: 782.57 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: 670.27 GB
    • Received: 15.84 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.