Loading Tool

Explorer IconExplorer

Memory Pool

76,027 transactions
28.41 vMB
0.06703528 BTC
Random Selection Loading Transactions
Max Size: 172.07/200 MB

Candidate Block

Mining Attempt 3fcabd1ebb1a7975bf7063432a0b419314d40c34e09bf58334c5267f5940e978
Version 20000000
Previous Block 0000000000000000000169e11a5774bf6f1eff7be8cb96cd30c8ad82f3884e2d
Merkle Root feb40e64df949579a05927d796783b397a02c7a6f2987288bba506dd44f470ac
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,336
Size: 1.00 vMB
Total Fees: 0.00826380 BTC
Feerates: 101.00 > 0.83 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,158 (268,190 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
646,968 646,968 000000000000000000022fdf3a7f9a82f6194f6a2791895adc03d5020805e3b6 2,168 1.00/1.00 vMB 46
646,967 646,967 000000000000000000096982f4c18774f0a4102994085fb2fe27eeb65164b632 138 1.00/1.00 vMB 2
646,966 646,966 000000000000000000097285fa2872615f7bd046c384d26532281000bf87a81a 898 1.00/1.00 vMB 22
646,965 646,965 0000000000000000000c4b703a863b4852d501d87379a547cd6e9a021c67e0f9 504 1.00/1.00 vMB 15
646,964 646,964 00000000000000000009367ed9ffb908d99e1f197d53ff4fddc6454396cd090c 1,702 1.00/1.00 vMB 75
646,963 646,963 0000000000000000000704bdab1b8961da37e70efaf7d749ffebfd5056bdb2c6 1,328 1.00/1.00 vMB 30
646,962 646,962 00000000000000000001d3219391af3e31c2d82ee209eb043859c6f945435d92 355 1.00/1.00 vMB 7
646,961 646,961 0000000000000000000185ee3c79971729487582e3a7e81f664c135369b668f1 1,981 1.00/1.00 vMB 42
646,960 646,960 00000000000000000003d8f85d7c88c186f9cbff84975b05b48db7dcf2cee59e 2,000 1.00/1.00 vMB 49
646,959 646,959 0000000000000000000635e9c9ccdbbeb1747d5f4d805e86335322c7f2e198b2 455 1.00/1.00 vMB 8
646,958 646,958 0000000000000000000b25a841eb2e10a7487fb676e7abb5cc73fb60c530ccb1 72 1.00/1.00 vMB 2
646,957 646,957 0000000000000000000d4aa484a5480e1c19bc62e7d6f52b2f9d688a5756b689 562 1.00/1.00 vMB 2
646,956 646,956 0000000000000000000f3d24c5cd1decff85d900631ac464f9a61ef7238438ce 2,417 1.00/1.00 vMB 27
646,955 646,955 0000000000000000000be73dbb35b8e0c0e7100f465e09a7764404fd2221c7fe 2,059 1.00/1.00 vMB 47
646,954 646,954 00000000000000000006a4f6fe7afbe10a3fa30256ff8acd1623ce8cf3ba4c3a 2,058 1.00/1.00 vMB 55
646,953 646,953 0000000000000000000ad514b3040c1e92c99c38bd8d0c5712edb0bd0ca534cd 1,450 1.00/1.00 vMB 87
646,952 646,952 0000000000000000000729c73483ac61d1945e45b5544a8b8773c6b2daa2bde5 2,405 1.00/1.00 vMB 121
646,951 646,951 00000000000000000000aac31f6d85ed19b83cc31069ab5ee415b2b8afa6ada2 1,852 1.00/1.00 vMB 6
646,950 646,950 0000000000000000000260fa968ea6ded9cbca5309d25735643f69c9214befbe 1,941 1.00/1.00 vMB 29
646,949 646,949 0000000000000000000735e7d1fba821318658574d45eec8e31ecf2a5ee8d590 1,427 1.00/1.00 vMB 106
646,948 646,948 00000000000000000005b491adb94c9d275a5b916815b04de063ebeeaba0c033 2,403 1.00/1.00 vMB 70
Previous 10 blocks ↓
Total Size: 782.67 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: 673.10 GB
    • Received: 16.39 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.