Loading Tool

Explorer IconExplorer

Memory Pool

41,464 transactions
28.33 vMB
0.06748103 BTC
Random Selection Loading Transactions
Max Size: 145.01/200 MB

Candidate Block

Mining Attempt a34a22c08db5b1fa6c3e407aa86c89891e7b802deb299061ef7047cae9139b48
Version 20000000
Previous Block 00000000000000000001569b11e789f54c2d4bfafa299c809e424c63bb9696a6
Merkle Root a62b39f412c677d52a7b632b1cc992557abafceb9b55907f7a213c4ebc8ddddf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,472
Size: 1.00 vMB
Total Fees: 0.01284985 BTC
Feerates: 201.07 > 1.29 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,625 (78,725 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
835,900 835,900 00000000000000000001ee83dd26d474894e529f840962f0634ff5208c57171c 2,778 1.00/1.00 vMB 20
835,899 835,899 00000000000000000000f3f2f3e99e8bc7a9f58896b438c1af7a7d7798257a8a 3,125 1.00/1.00 vMB 23
835,898 835,898 0000000000000000000337cbcef3da81a79ddb1a17547c0e6ac989bdc30193ce 1,192 1.00/1.00 vMB 12
835,897 835,897 00000000000000000002b495be7b7a3c7e809987dc654ba76fbacf9a2e896c96 2,372 1.00/1.00 vMB 16
835,896 835,896 0000000000000000000321c076442af71b0fa951553f2941f811e9ca9251357f 2,608 1.00/1.00 vMB 16
835,895 835,895 000000000000000000032e65b8173114d4346e37d47e63bdad0eba98a1e6de5d 3,203 1.00/1.00 vMB 22
835,894 835,894 0000000000000000000183e14c4caa0c712a6a88c8565613f6b034d1a28f5df8 3,311 1.00/1.00 vMB 25
835,893 835,893 0000000000000000000004e4dd5d37bcb531a6c91d8604a2192f5d2442fb391b 230 1.00/1.00 vMB 12
835,892 835,892 0000000000000000000152e648e0b694a3aba8c732c411baacd89f6e3e666fa2 807 1.00/1.00 vMB 14
835,891 835,891 0000000000000000000200cdc0dc7573b5cca2d4646d025bb2421e4ac2549b7c 3,168 1.00/1.00 vMB 20
835,890 835,890 000000000000000000020cbea61eb2a822e74d6846fe863b305f3f55eb010fd3 3,515 1.00/1.00 vMB 26
835,889 835,889 00000000000000000001d2f2610d61fa54f7dc2e2733844d4ae0c2967090419c 528 1.00/1.00 vMB 11
835,888 835,888 00000000000000000002244910042c9b431a466a3f8afd4662b85de3790c278e 1,708 1.00/1.00 vMB 14
835,887 835,887 00000000000000000000b82e5755541ddd3c49ffa884100c70e5bfa19c98ac05 2,982 1.00/1.00 vMB 20
835,886 835,886 00000000000000000001c138a09bcdfddbb9e43bce249a7becde0578834eb0a8 703 1.00/1.00 vMB 10
835,885 835,885 00000000000000000003047ed1e4b224e2c0847889fad6e425133f8e4a6fa189 2,606 1.00/1.00 vMB 18
835,884 835,884 00000000000000000001176fc2e20f096abc12d3ec8ec0e8fb934e013e6d0fe4 182 1.00/1.00 vMB 10
835,883 835,883 00000000000000000000668103c8043eadc5a4ca1002568dc21aa1ae9d7e99bb 1,703 1.00/1.00 vMB 14
835,882 835,882 000000000000000000003471bd2cff3004b8d0ad3320c4f9dfbdd5fc1e98d95f 360 1.00/1.00 vMB 11
835,881 835,881 0000000000000000000275de6caa44f061af61c0f11bb113d559282b02e0d4f0 1,037 1.00/1.00 vMB 13
835,880 835,880 000000000000000000002b52e634d50cc28145308c72e05e214d529d61fe30e9 304 1.00/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 781.73 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: 630.07 GB
    • Received: 11.98 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.