Loading Tool

Explorer IconExplorer

Memory Pool

37,700 transactions
26.51 vMB
0.06062208 BTC
Random Selection Loading Transactions
Max Size: 135.87/200 MB

Candidate Block

Mining Attempt 9097701528461ba5f3aa264aaa5b071d1c93c11db06004636efa38707d0edb04
Version 20000000
Previous Block 0000000000000000000125e4fd7be7c13b9e183c8ebf26e8254a360295f574ea
Merkle Root 6cdc7a9f3d34191f1720297ebe7c305e9cecf694c98a1adcc451edb23a5b8cdc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,641
Size: 1.00 vMB
Total Fees: 0.01138237 BTC
Feerates: 100.53 > 1.14 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,659 (442,263 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
472,396 472,396 00000000000000000046e8103d722215f5fad8927a951b94585cef7c50ade48f 2,506 1.00/1.00 vMB 331
472,395 472,395 00000000000000000011a17dbe9c60f42b2f9fbc517199482fb5c800bf3e23f3 1,940 1.00/1.00 vMB 360
472,394 472,394 0000000000000000012f8f50495871012e760597e77e8474d1123510ddecce1f 2,286 1.00/1.00 vMB 424
472,393 472,393 0000000000000000003cdcd3a54bb8913752f2378b60a627eb133fd2c5bb6abc 2,325 1.00/1.00 vMB 446
472,392 472,392 0000000000000000015d9adf7f3aaffe01b9eeae0e6a6e95adc2c6ad06355bfd 1,583 1.00/1.00 vMB 402
472,391 472,391 0000000000000000014228823553852a90563fe84da5f0a5aa4832e85f68b1b5 2,072 1.00/1.00 vMB 420
472,390 472,390 00000000000000000082cae9f9b445465241f716326eac3f6d024c2396f99119 2,484 1.00/1.00 vMB 456
472,389 472,389 000000000000000000f9bdaebd1cb8e1e1b96796fb74242b7567a9e7c9c82489 2,040 1.00/1.00 vMB 330
472,388 472,388 0000000000000000007ea170428d943a8821d64661dc2f418f030dc29c7085dd 1,165 0.99/1.00 vMB 422
472,387 472,387 00000000000000000137b80e46ecda144a1f19648064bacbdd45e7c50a8a9df0 2,376 1.00/1.00 vMB 420
472,386 472,386 00000000000000000079065111ed14f15b0eecfa0ace745bb294afedd7eb4501 1,987 1.00/1.00 vMB 186
472,385 472,385 0000000000000000015e3ab00a6e0cf143432d6a4e43acb1ed9600ab1ad75e5e 2,091 1.00/1.00 vMB 371
472,384 472,384 00000000000000000001967e0e9b6f894ecb77e7cf0c4ca95434eaded7895df6 1,913 1.00/1.00 vMB 223
472,383 472,383 00000000000000000056444305613f37e107ffef68502e449a12d6114fff9261 2,025 1.00/1.00 vMB 279
472,382 472,382 0000000000000000008c0665f54b812cec6dc6fa86bf9f5c3ea0237f294506be 1,542 1.00/1.00 vMB 341
472,381 472,381 0000000000000000003310e166ca2601bfe963526cf937c022299d4ced089498 1,859 0.89/1.00 vMB 435
472,380 472,380 000000000000000000fd9538fde1b512f2002fe33f20d93a5bc5aed81a59bd2e 1,871 1.00/1.00 vMB 335
472,379 472,379 0000000000000000010708372772fc07cb39b0939db62a6a387f5aa741b38181 2,371 1.00/1.00 vMB 281
472,378 472,378 00000000000000000096570bb2a347a49c2b3be12afa527f11cf53fb638932d7 2,311 1.00/1.00 vMB 265
472,377 472,377 0000000000000000016c708ad8803aa83c860fd9e1dbcf351b2b592951fae1c8 2,205 1.00/1.00 vMB 293
472,376 472,376 000000000000000000fed86c21094725296321906b73bb6a35e15ee0619f2192 2,168 1.00/1.00 vMB 350
Previous 10 blocks ↓
Total Size: 781.79 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: 633.63 GB
    • Received: 12.20 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.