Loading Tool

Explorer IconExplorer

Memory Pool

82,952 transactions
30.43 vMB
0.14881568 BTC
Random Selection Loading Transactions
Max Size: 184.30/200 MB

Candidate Block

Mining Attempt 4b6f620b63ae7af48bf001ca8109b2dde06820c19283f3f06d2171b05f1a391d
Version 20000000
Previous Block 000000000000000000016a81c5974205d8be7825f3436d4fbbaa2e3ded369b8d
Merkle Root d6861fbed0703703ac887b8a3e2229192314f39acb9602d9c45e52d3bc8ca537
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,697
Size: 1.00 vMB
Total Fees: 0.06720951 BTC
Feerates: 150.61 > 6.73 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,138 (221,142 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
693,996 693,996 00000000000000000000a3b387509fdfa833f05f783c4c081b3d4b142ea4e5df 1,327 0.97/1.00 vMB 5
693,995 693,995 0000000000000000000eb3d38b4186f3a8f179cd5443bdb86e6483e80f6aa62a 2,213 1.00/1.00 vMB 9
693,994 693,994 0000000000000000000e5d996a918f28455deb719bff72dfd736e17279296558 1,271 0.69/1.00 vMB 4
693,993 693,993 00000000000000000006e8b816e60b969e4f6170439b53068c0db7575f329278 2,620 1.00/1.00 vMB 15
693,992 693,992 000000000000000000044165e66f24f4143aed0880bc033b4c747500dcaf518a 1,216 1.00/1.00 vMB 4
693,991 693,991 00000000000000000005ac02fcba597905e078559761674890675ed76fc98e9a 2,673 1.00/1.00 vMB 11
693,990 693,990 000000000000000000114c488384178e0872c630a235191a65d4e951412e214a 3,445 1.00/1.00 vMB 10
693,989 693,989 000000000000000000128d64d1084c37a8cdf2fb2549ccd0569206a0207c4096 3,264 1.00/1.00 vMB 13
693,988 693,988 00000000000000000004d0f76006d568017db628410750b54e925435de63cea8 3,092 1.00/1.00 vMB 12
693,987 693,987 000000000000000000031ada21924f6a8a415a0f1a20230be03378c3eec8ee6b 2,686 1.00/1.00 vMB 23
693,986 693,986 00000000000000000006425ba2a5430db1f48f547f30a2b8a9f306695bd23cf4 481 0.16/1.00 vMB 14
693,985 693,985 000000000000000000104d779753fc57b3d6c7733dd0f3c26f82d75f68e37d92 1,930 0.91/1.00 vMB 9
693,984 693,984 000000000000000000036278f46f2e2018cee68f58968304fa3b0d4a7ef43abf 2,425 0.96/1.00 vMB 8
693,983 693,983 0000000000000000000bcf3f91d9e3244186e97f0761516a98d2a0f9e4bea02a 3,060 1.00/1.00 vMB 18
693,982 693,982 00000000000000000001d4e50f3b612b01718f6afc35668c788e7d132abaa9d0 1,359 0.59/1.00 vMB 14
693,981 693,981 00000000000000000012dbfa15189fbde1dc263b1f5e8864f2e0cd98e5fbf5a0 2,156 0.86/1.00 vMB 13
693,980 693,980 000000000000000000016662cf2ccd2172f69d2bb168c420b5dd0f25464a8e01 1,718 0.61/1.00 vMB 11
693,979 693,979 0000000000000000000a8903a92805fa63e3550c2173b4206e535e1cb5cf4c3b 230 0.10/1.00 vMB 10
693,978 693,978 000000000000000000109555a0c5cc8b3be351e9f79611309bee6eaa25aa0c1d 594 0.65/1.00 vMB 3
693,977 693,977 0000000000000000000c15e4e43e3a0eed92f86e63d013fa6e139a9379991950 2,104 1.00/1.00 vMB 15
693,976 693,976 0000000000000000000e9255673fa0ae368ab7bbddbbadabbc9524e697285a2b 2,069 0.82/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.63 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: 672.33 GB
    • Received: 16.20 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.