Loading Tool

Explorer IconExplorer

Memory Pool

42,477 transactions
32.71 vMB
0.09802745 BTC
Random Selection Loading Transactions
Max Size: 164.18/200 MB

Candidate Block

Mining Attempt 9dc5672fb9a62b0ca1dd54f23c92393545b4968d29b4878a175a057d1ca784f4
Version 20000000
Previous Block 00000000000000000001a861647b7d46bd8303eaafa75375b8685b99899e922b
Merkle Root e02aba3920fa2c8aa07cd3ba82be542bea55db9ff6a863c1d7a1ad5c0acb006b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,691
Size: 1.00 vMB
Total Fees: 0.02706498 BTC
Feerates: 503.43 > 2.71 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,343 (835,442 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
78,901 78,901 000000000018bee52a3f208a3a0a641a8c8e4cd3998e2a93b54ebaf64bd33850 1 0.00/1.00 vMB 0
78,900 78,900 00000000003b63dbd51f4df69fc4a59a8fe51c07a012b71de88e962fd1856791 2 0.00/1.00 vMB 0
78,899 78,899 0000000000360d855909565e9bd3daea45af4a47058d315e64fef2aa568d2e98 6 0.00/1.00 vMB 0
78,898 78,898 00000000000fc94fd2de31e3f9f7f3dcced92800e69e685974c6317f7f98adbd 11 0.00/1.00 vMB 0
78,897 78,897 00000000000bb095fc9defc55f13615c9f5406d2c738ce66d86d5910f66601ed 6 0.00/1.00 vMB 0
78,896 78,896 0000000000479f09eef5bfb637adad2d319c1f050fd6880c2c30c96922af8c7f 4 0.00/1.00 vMB 0
78,895 78,895 00000000000124b9b02f436fc004484d18ee180684635dce8bc0854c856e80a0 2 0.00/1.00 vMB 0
78,894 78,894 00000000002e1254e8e3d460abd7ef01708afc448563987f74470744535be91e 1 0.00/1.00 vMB 0
78,893 78,893 00000000002b33e070d10858b4483a88e2a420b322e5b79b16eeab0900700e2e 3 0.00/1.00 vMB 0
78,892 78,892 000000000029e1c084e5fa3209c3a437ebea6c1db64fedebf3355ce76e431f7f 1 0.00/1.00 vMB 0
78,891 78,891 00000000001fcd1c4068c3332cff88969a3653e4809b63a19ee38d6a1ef5e142 1 0.00/1.00 vMB 0
78,890 78,890 00000000000325826dc1b7e68246084d39c40c81acccf31f642695f050eed468 2 0.00/1.00 vMB 0
78,889 78,889 00000000004e06b17b062f49a856c56a9878df6dbdc9b37e784a2b73adb012a0 3 0.00/1.00 vMB 0
78,888 78,888 000000000007d7c7efff287c7392c4067fc061fb38c38b956f621f538fcfc93e 11 0.00/1.00 vMB 0
78,887 78,887 0000000000422bf891483644578e98841d9541291d80a8f6b6ac8cc4d212d24a 1 0.00/1.00 vMB 0
78,886 78,886 00000000001127fe7e64835832c7d49d77c3fc16a9bd54bb5bbcf783b37e1c51 1 0.00/1.00 vMB 0
78,885 78,885 00000000004ac05042843cc801f85b592cfd103241337d3a6db1a1e8c2abb8be 2 0.00/1.00 vMB 0
78,884 78,884 00000000000c49e09420bb3b5e50f68942019ffc47f1bfa5cb2398ed9b477ceb 1 0.00/1.00 vMB 0
78,883 78,883 00000000001cdba797e6f7d90da4350f388ef47ac5f6a5799f4cbf3a8d193341 2 0.00/1.00 vMB 0
78,882 78,882 00000000002725b7ecefb5ac18260c9d4f3de6df7d5adf1b245460106c593d89 1 0.00/1.00 vMB 0
78,881 78,881 000000000054e9027ca0641009b9f8eed8cd90dae2252ec95e0360ab9ca41a78 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.21 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 586.87 GB
    • Received: 9.48 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.