Loading Tool

Explorer IconExplorer

Memory Pool

77,861 transactions
29.01 vMB
0.06876766 BTC
Random Selection Loading Transactions
Max Size: 173.61/200 MB

Candidate Block

Mining Attempt 98c7d2b5c6702071ce8e69c669d29695b5dd7599d1a7d8100bff4ca2f7e5e787
Version 20000000
Previous Block 000000000000000000004dc4502af0d104d581c2cf1796c3b173cb69ee8070e0
Merkle Root 2057066df2dfa9ae583f1598de070e1c6e6682216f2bc51e7a3b97cfa5522a08
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,383
Size: 1.00 vMB
Total Fees: 0.01010983 BTC
Feerates: 73.20 > 1.01 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,062 (325,711 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
589,351 589,351 0000000000000000001198ed4b9090ef67acebc8ca517bdcd67efc930e554b6c 3,087 1.00/1.00 vMB 88
589,350 589,350 0000000000000000001a871a0c81fe392e9d90562e702eddd2835e27da815f1d 2,845 1.00/1.00 vMB 85
589,349 589,349 00000000000000000001d80d14ee4400b6d9c851debe27e6777f3876edd4ad1e 2,964 1.00/1.00 vMB 109
589,348 589,348 0000000000000000000cd35cd5726fe24f0c550fcc26b5e0b23fe9aca99f32a6 2,986 1.00/1.00 vMB 78
589,347 589,347 0000000000000000000bc33e8e59c2480b8f255089c338dc1a0f7a6d8766f454 3,066 1.00/1.00 vMB 91
589,346 589,346 0000000000000000001182464787bec9be0f31912ac74514348cdb23b0242ae3 2,847 1.00/1.00 vMB 113
589,345 589,345 00000000000000000010c8f0ff35cf649647beceb92f63831d8eb886590e56e8 3,370 1.00/1.00 vMB 81
589,344 589,344 000000000000000000194a8f6ed66b033824660fdc71df405b7ad46f570a8e06 3,162 1.00/1.00 vMB 87
589,343 589,343 0000000000000000001977f9da32cce7f93e62f9170142fe159ecaad8d8f040c 1,151 1.00/1.00 vMB 55
589,342 589,342 000000000000000000177b948da4badad4bbc22b946b8097400a22ae25825861 1,595 1.00/1.00 vMB 60
589,341 589,341 00000000000000000014d2f6e0d3f75e2df417e0badfa65aac7c7a8ca7a7a22f 2,253 1.00/1.00 vMB 77
589,340 589,340 00000000000000000002fd55aa901a6069f3f2b6490ce994a29c2bffb915d731 1,211 1.00/1.00 vMB 67
589,339 589,339 0000000000000000000f368760e58f3b37ac642164ffdd289f56f3264b563693 2,664 1.00/1.00 vMB 82
589,338 589,338 00000000000000000001ae564533e73ff95865e54953c0ea7d460e68a96731f8 1,711 1.00/1.00 vMB 92
589,337 589,337 00000000000000000012c370f2ce221d139fbe92053eb44ebbd9f8c70f8fff2e 191 1.00/1.00 vMB 95
589,336 589,336 0000000000000000000097cc79327d5f7b679cc4992d2a4e2b59d077f2adb2fc 1,216 1.00/1.00 vMB 108
589,335 589,335 0000000000000000001b89552219ad3fff373030a992f62f95563b578479481e 269 1.00/1.00 vMB 94
589,334 589,334 0000000000000000001b59ba7c3bb8c759c3795db1c11d6b1b1e100a832577bf 392 1.00/1.00 vMB 102
589,333 589,333 0000000000000000000d82f8cef616cb56c754f8f3d548f7894f2bca673c8170 1,702 1.00/1.00 vMB 46
589,332 589,332 000000000000000000149ec71d7db896a89e3509d7121d4cbd63394a458c2963 1,727 1.00/1.00 vMB 10
589,331 589,331 00000000000000000010e625e2bbe98c271372e590d912f9459796f641b15f2b 2,336 1.00/1.00 vMB 8
Previous 10 blocks ↓
Total Size: 782.50 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: 668.41 GB
    • Received: 15.50 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.