Loading Tool

Explorer IconExplorer

Memory Pool

82,140 transactions
30.65 vMB
0.12015170 BTC
Random Selection Loading Transactions
Max Size: 184.56/200 MB

Candidate Block

Mining Attempt 67a85ac669d218671728cb2163d09e218d3e40de0e69e722df35638d2162a204
Version 20000000
Previous Block 00000000000000000000199f724f1ef29eab80f2f04d88a242934c5235274752
Merkle Root 2723a0d66d76c3bbb9d9df2bda9c2671beb0e22cb479d2645c90e4002cd7dbfb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,549
Size: 1.00 vMB
Total Fees: 0.04278107 BTC
Feerates: 180.34 > 4.29 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,142 (268,171 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
646,971 646,971 0000000000000000000b3bd786dc42745dd7be4a8c695500a04518cb9e2f4dc1 1,648 1.00/1.00 vMB 17
646,970 646,970 0000000000000000000414fa1db64637968f03f0aa8321924509c78be98e07f1 2,312 1.00/1.00 vMB 68
646,969 646,969 00000000000000000001b2872e107a98b57913120e5c6c87ce2715a34c40adf8 2,504 1.00/1.00 vMB 56
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
Previous 10 blocks ↓
Total Size: 782.64 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: 672.42 GB
    • Received: 16.24 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.