Loading Tool

Explorer IconExplorer

Memory Pool

77,422 transactions
28.76 vMB
0.07055839 BTC
Random Selection Loading Transactions
Max Size: 174.49/200 MB

Candidate Block

Mining Attempt 1c20c5f9660033cb9d7592e61946e8a0a25310616af9b4fe543024683be1ab2e
Version 20000000
Previous Block 00000000000000000000a3d0f5c6cfeed8adce1f3d87a1319020a3e5786a42ed
Merkle Root 625330a8435d2aa544bb748d72659b3d96cdd6f8b0ce361713ea14593a12917d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,262
Size: 1.00 vMB
Total Fees: 0.01029174 BTC
Feerates: 299.43 > 1.03 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,092 (327,229 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
587,863 587,863 00000000000000000004b229647c71767c67d068d3fa6298e15e2b42bd5a0da5 2,236 0.87/1.00 vMB 13
587,862 587,862 0000000000000000001105815f2c6a2c06fff9f4b6e378e6375df7c8c724b32a 2,953 1.00/1.00 vMB 39
587,861 587,861 000000000000000000067dc8ba23dd3f1443dacdeb8f99adc18534de1199f189 2,951 1.00/1.00 vMB 36
587,860 587,860 00000000000000000006faad5c987de9e22a807db7ff6c25ff80b942642a3363 2,436 1.00/1.00 vMB 24
587,859 587,859 00000000000000000016a9935c759cb28b83ae761df7858c6e3d33332dec7faa 2,406 1.00/1.00 vMB 30
587,858 587,858 0000000000000000000f615534ac46cb64ff99fcf796f9ce3aea45369f931c28 2,614 1.00/1.00 vMB 14
587,857 587,857 0000000000000000001cf8bf39fd35abbec86622ac9d391995d6383cb2394a6e 2,259 1.00/1.00 vMB 33
587,856 587,856 00000000000000000005d3ede61de223656a0a056855ada576d5d190985b4b36 3,496 1.00/1.00 vMB 80
587,855 587,855 0000000000000000000c178a61e20d0b652546df85826c85c2a6850b3104e3e6 2,573 1.00/1.00 vMB 46
587,854 587,854 00000000000000000016fd463b747b5665b6e24cd6baea5e9ebb943432cba337 3,355 1.00/1.00 vMB 69
587,853 587,853 00000000000000000010448f84f183e3eed66d61be1e6edfec24c03907572e52 3,389 1.00/1.00 vMB 63
587,852 587,852 0000000000000000000b840bb2455c2f8b59120459dce3279b6f319801fa2e04 2,460 0.92/1.00 vMB 16
587,851 587,851 000000000000000000184cb4ed69a2184e9825fd5debd7043a80b9caa0311a67 3,119 1.00/1.00 vMB 49
587,850 587,850 000000000000000000006c8a06c0ea303c830c963b8d0bd6496e5dda05225db4 1,996 0.64/1.00 vMB 27
587,849 587,849 0000000000000000000fba2109cb23a92ac1e39aaabc9d5edc4af5c281fb3263 1,097 0.44/1.00 vMB 35
587,848 587,848 0000000000000000000e92e802119694d1d74ea1ea038167c83aee0665e082e1 713 0.26/1.00 vMB 25
587,847 587,847 000000000000000000001142ddb1e54a2792a77fabd1ae6e14e813ddd2af7c9b 2,503 0.98/1.00 vMB 29
587,846 587,846 00000000000000000002c974aa2678e6f935abcd6340b5b8fca1255ac73b1db2 2,664 0.98/1.00 vMB 23
587,845 587,845 0000000000000000000c7a1300090334fb77732c0c40d226e162d9759ae5fa7f 2,316 1.00/1.00 vMB 12
587,844 587,844 00000000000000000003a3a0f0b5a77140f4dc3877ce7d444e5664c7b10af0f4 2,571 1.00/1.00 vMB 25
587,843 587,843 0000000000000000001bd7132f038a9863babc8036cb4b62720d02e77de123e9 2,280 1.00/1.00 vMB 53
Previous 10 blocks ↓
Total Size: 782.55 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: 669.87 GB
    • Received: 15.78 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.