Loading Tool

Explorer IconExplorer

Memory Pool

37,754 transactions
26.53 vMB
0.06084511 BTC
Random Selection Loading Transactions
Max Size: 135.96/200 MB

Candidate Block

Mining Attempt 43aa6ed18662d2bc1dc66d4d28336bb30945038bee4e9aca4cdef1ba8c2b53b3
Version 20000000
Previous Block 0000000000000000000125e4fd7be7c13b9e183c8ebf26e8254a360295f574ea
Merkle Root b8f7f6c014488396930fa20a9417c2e3d90c17c04cdb8e5aa6536bfda4f61153
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,601
Size: 1.00 vMB
Total Fees: 0.01158520 BTC
Feerates: 100.53 > 1.16 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,659 (442,260 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
472,399 472,399 00000000000000000147b1f15209b7aa95e66b112e6f3b44a740a62574424fd6 2,103 1.00/1.00 vMB 319
472,398 472,398 0000000000000000002edfeead192fe26397fd62996e7a86d2d544e30048680b 2,247 1.00/1.00 vMB 420
472,397 472,397 0000000000000000003203c68441fc29825eb4beaf446c4b16b484a6a04269f1 2,045 1.00/1.00 vMB 432
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
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.