Loading Tool

Explorer IconExplorer

Memory Pool

76,097 transactions
28.79 vMB
0.07090958 BTC
Random Selection Loading Transactions
Max Size: 175.99/200 MB

Candidate Block

Mining Attempt e8de48b675afb3fe8aeaf135d75c447b9003bdb22e2eefd7ad42c24e7633156b
Version 20000000
Previous Block 00000000000000000002081bcce6fc49846f150f75df4e6cbf49c65242f03bc0
Merkle Root 139bc025f6e9743aa217f3b1c64afbacee8bb4651383599e5ac50c654e2a051e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,946
Size: 1.00 vMB
Total Fees: 0.00824300 BTC
Feerates: 104.17 > 0.83 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,245 (99,359 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
815,886 815,886 00000000000000000001a663d6bb9fac0b4c54bebeb14f020c44cc1837ed5b57 4,373 1.00/1.00 vMB 102
815,885 815,885 000000000000000000041e70fe8df9d08bb4c0a9e3880e1e08a2f72b0ca89731 3,907 1.00/1.00 vMB 106
815,884 815,884 0000000000000000000469fe49bed70b87aee538d8b5c0272033f652405c40e7 4,171 1.00/1.00 vMB 103
815,883 815,883 000000000000000000036153b06be69f17b57ddcf18766ab1f24a8f738b0bcb0 3,626 1.00/1.00 vMB 121
815,882 815,882 00000000000000000001e4c42f947843b70672ad65867e7d11e120872d499f5b 3,880 1.00/1.00 vMB 118
815,881 815,881 000000000000000000002ea2808bc01b1e46e7ae4795c052b0571a0c83d12165 3,717 1.00/1.00 vMB 86
815,880 815,880 00000000000000000001114bc253e10cd63833ed42f1c85d803736e947bcad0d 3,646 1.00/1.00 vMB 87
815,879 815,879 00000000000000000003151704bcd5b4a86bed74a086f695b8d4eebaa4733bef 4,014 1.00/1.00 vMB 107
815,878 815,878 00000000000000000001de90321517a13d5fc2b72beb4d51f50195e433461248 3,687 1.00/1.00 vMB 95
815,877 815,877 00000000000000000002a9fb657f616bdb0d0923416c747b24d4fe2a1355fb78 3,740 1.00/1.00 vMB 99
815,876 815,876 000000000000000000002dbcca21496619e16328ecebfacb34da1607ba843475 3,984 1.00/1.00 vMB 120
815,875 815,875 00000000000000000002fd480931df0bb27e4a6e9c732d5aa4677259d5e4f2e5 3,386 1.00/1.00 vMB 115
815,874 815,874 000000000000000000037301e3c1060ad09483d5048466a48b6ae932c934010b 3,962 1.00/1.00 vMB 104
815,873 815,873 000000000000000000042992356383f3f2a5d4f237b109d1d3d26f6206430c97 3,702 1.00/1.00 vMB 98
815,872 815,872 00000000000000000001d215f8f9a5290b8777d3cc50b384176d30634f51b762 4,232 1.00/1.00 vMB 108
815,871 815,871 000000000000000000025874102aea01652a6d1b3aa737a1aa9dfd25b4d8c639 3,711 1.00/1.00 vMB 111
815,870 815,870 000000000000000000010b8be1ddcd421724c142204fb46f155e35090dd49435 3,978 1.00/1.00 vMB 118
815,869 815,869 00000000000000000004623faaed773bbac0f9dda2b742da5ca7a46f1661976a 5,408 1.00/1.00 vMB 110
815,868 815,868 00000000000000000004500b2b2b4c826f5b41c572b0aba70c14c4f58bfaf10a 4,238 1.00/1.00 vMB 103
815,867 815,867 00000000000000000001c7fc4bf5aa95eaafc8db52e5b8a77b2755613e907549 3,874 1.00/1.00 vMB 138
815,866 815,866 000000000000000000045e34993cad2b0d16d6cba3e130296e6024727293cda1 4,729 1.00/1.00 vMB 72
Previous 10 blocks ↓
Total Size: 782.82 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: 710.54 GB
    • Received: 17.08 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.