Loading Tool

Explorer IconExplorer

Memory Pool

79,251 transactions
29.71 vMB
0.11745085 BTC
Random Selection Loading Transactions
Max Size: 179.31/200 MB

Candidate Block

Mining Attempt c01061599d329a8ed76197990c3982b482ad1ba39d8cc784b65d7884f85e93c9
Version 20000000
Previous Block 00000000000000000001bd54d69182c1acad03f5cdcd2103ee49e909f1dec71f
Merkle Root 60a7c8d47f3dafdf81947cf0f219d59c9abe5f6d704f88cfd4cc7d11c767b84a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,147
Size: 1.00 vMB
Total Fees: 0.05358810 BTC
Feerates: 150.75 > 5.37 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,098 (258,600 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
656,498 656,498 00000000000000000000619b58363515cae3960cb183e72cb72f8450ba0a4b39 1,365 1.00/1.00 vMB 9
656,497 656,497 0000000000000000000e1f224ea0253936b92d5a85b63b7c481341db8178345c 2,424 1.00/1.00 vMB 60
656,496 656,496 000000000000000000051b8a95f7f670a0231bb23f1d21be00e12fb479bfc15d 1,545 1.00/1.00 vMB 52
656,495 656,495 0000000000000000000aea7a8d8e52af7fd67eaeea2917a1843a6c954baadf68 1,898 1.00/1.00 vMB 57
656,494 656,494 0000000000000000000ab24d2283042e150ce3b65306df8f18d1ca702f148264 1,725 1.00/1.00 vMB 42
656,493 656,493 00000000000000000003d79f766aa34c0b27878a0ffaedb383bdecfebf82cf3e 1,958 1.00/1.00 vMB 29
656,492 656,492 00000000000000000010a25202b555159bff6f6c54884247d003ba90adaa6abc 2,736 1.00/1.00 vMB 35
656,491 656,491 0000000000000000000f6c61db7a6f66ffe80c813643033ba4eb84b259fbaa38 3,136 1.00/1.00 vMB 74
656,490 656,490 00000000000000000000c011934e678c0651285e64f8cfe1332d3aba6463b550 2,697 1.00/1.00 vMB 116
656,489 656,489 0000000000000000000ea5f0794aeb9af6652bb524fda82cd6d3f1cb49f8bac5 2,335 1.00/1.00 vMB 110
656,488 656,488 0000000000000000000cad1ff878addab4799d91214c9ee3ce77e9b538213ba3 1,616 1.00/1.00 vMB 114
656,487 656,487 00000000000000000006f4f74c5b2653cca9f83521ebfc5cb80f9c2fefea6b2e 2,712 1.00/1.00 vMB 151
656,486 656,486 00000000000000000001f450d951735ccb11a9af6ed3612739f16d945a7ba772 3,068 1.00/1.00 vMB 177
656,485 656,485 00000000000000000001c09f5e9e6b6f08c4d80c6dd68e03cd4351353d665ba9 1,759 1.00/1.00 vMB 66
656,484 656,484 00000000000000000006c8068036f712b21e1d72bb903a420100f7aa0e2c0a1b 2,156 1.00/1.00 vMB 61
656,483 656,483 000000000000000000017ef3e0cbaaadffd1bf890c639c51ccfa80d6aab0889d 1,185 1.00/1.00 vMB 52
656,482 656,482 000000000000000000011464d5a88ec3909a5d37ccf9329da2e07c0819e98ef4 1,689 1.00/1.00 vMB 12
656,481 656,481 0000000000000000000cf16426147921aa0e0e5a6e648a8dbab7d0187782f3a0 2,098 1.00/1.00 vMB 47
656,480 656,480 00000000000000000005fbbd451b06159d4c487b86fb0773f19d79f530d5d6c6 2,246 1.00/1.00 vMB 55
656,479 656,479 00000000000000000004d4892264b91cb6e6200fbde3614ae2ab9d756d5b2a7e 2,795 1.00/1.00 vMB 68
656,478 656,478 0000000000000000000aaf4126ad8beb7f643462d5111cf89068c2f25f5742b1 2,996 1.00/1.00 vMB 72
Previous 10 blocks ↓
Total Size: 782.56 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: 670.23 GB
    • Received: 15.84 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.