Loading Tool

Explorer IconExplorer

Memory Pool

78,089 transactions
29.33 vMB
0.06423759 BTC
Random Selection Loading Transactions
Max Size: 176.20/200 MB

Candidate Block

Mining Attempt 9bc336209fe403fa8975f3875d3026a2eaedb7e656c61bf032f0b967f499586e
Version 20000000
Previous Block 000000000000000000015a1a538ed6ac7fb2843a123e8d5d23d82e116b214bac
Merkle Root d0c76286f3a33a178f891db7099802ee3c5ffe008d2637ead0ec2b21301e7bba
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,995
Size: 1.00 vMB
Total Fees: 0.00475270 BTC
Feerates: 18.31 > 0.48 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,996 (310,710 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
604,286 604,286 0000000000000000000f83f6a2f8255f89ab22b40316c1d73a0de2f2ed1753c2 3,144 1.00/1.00 vMB 17
604,285 604,285 0000000000000000000625bf416d7b4e1e41a80bb29902ba91effba752b97abe 1 0.00/1.00 vMB 0
604,284 604,284 000000000000000000075f9c748fbc4e57b14841fab961ef7c37240f6f3e5147 3,048 1.00/1.00 vMB 14
604,283 604,283 000000000000000000092def9a5cb2be698cf469b73175262803950167ba2bbc 577 0.21/1.00 vMB 20
604,282 604,282 0000000000000000000ecabcdfa6da8969fcfe90a45631b734b7fe3e10590bac 2,592 0.88/1.00 vMB 8
604,281 604,281 000000000000000000083b7d56a95d289cedf867c92136e8c4dd0e1a9af3479c 3,211 1.00/1.00 vMB 15
604,280 604,280 0000000000000000000aaf4b96deab8ab6f9295d309157ffeacfff467808c03b 2,670 1.00/1.00 vMB 25
604,279 604,279 0000000000000000000edd51a08305999b148182d92ca4a01b3240ff2b9caa40 3,097 1.00/1.00 vMB 23
604,278 604,278 0000000000000000001150ff6cc9d4f16a6c6882d1f3c81e4a49f7b5f457494f 1,448 0.40/1.00 vMB 16
604,277 604,277 00000000000000000004a83ef7377d4e5f2e33d235fd57600e4c1c6efca8fef5 1,902 0.97/1.00 vMB 4
604,276 604,276 0000000000000000000269150c06f792fcb7d29f4c19f8d86122bf744a9e8463 2,772 1.00/1.00 vMB 15
604,275 604,275 00000000000000000005cc91ac955ef4ed36c83c196d5dceacc5a57d6a246e76 2,874 1.00/1.00 vMB 11
604,274 604,274 00000000000000000002bce8aa3d129eb28346e14dc5a19d8950d2e77ba7e50f 2,648 1.00/1.00 vMB 39
604,273 604,273 000000000000000000066968427219137d68e53c49dc1685f2b7b2a649c19a7a 2,995 1.00/1.00 vMB 11
604,272 604,272 0000000000000000000c94811b8a34d900244a53d7d73e122506ff60d7977bce 792 0.24/1.00 vMB 10
604,271 604,271 00000000000000000008f6c38e755c6453fcdd762d67a1957e415428d549a5fb 137 0.06/1.00 vMB 10
604,270 604,270 000000000000000000151d48edeff8123382b51f233b4f9360f05102d34ee840 1,255 0.41/1.00 vMB 18
604,269 604,269 0000000000000000000b6a45a9ed486169b46bd230d4c8d51e6e5caaff97f702 2,697 0.81/1.00 vMB 9
604,268 604,268 00000000000000000006454240ccf900dece8408936578f21f8247b4a562f096 2,922 1.00/1.00 vMB 11
604,267 604,267 0000000000000000000914e7c742a241861aa802a0d4f203ab1b50318c7fd14f 2,793 1.00/1.00 vMB 23
604,266 604,266 00000000000000000002a3e5208abc68642d5e2c40b2ee7972d6179cd0f8a7f4 372 0.17/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.38 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: 664.47 GB
    • Received: 14.98 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.