Loading Tool

Explorer IconExplorer

Memory Pool

81,988 transactions
30.45 vMB
0.12432741 BTC
Random Selection Loading Transactions
Max Size: 183.67/200 MB

Candidate Block

Mining Attempt 0298b028f998c1dc898a042e5c7cb53896e903c198bd226dbc5066a08c2f9648
Version 20000000
Previous Block 00000000000000000000f924cf5022dab74d96145383ec21fa5a02b0a126c621
Merkle Root 1ec9104b333f2c0779d4549707bbbf725522d0a783f2857be29dce34a9ce86b3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,394
Size: 1.00 vMB
Total Fees: 0.04613467 BTC
Feerates: 502.62 > 4.62 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,124 (333,698 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
581,426 581,426 00000000000000000021fc023babd5ce5f739867bc419b5cb421d78525c36335 2,661 1.00/1.00 vMB 118
581,425 581,425 000000000000000000132c5f743269b635a35c422cfc818e820b5e3aaf190fa4 2,728 1.00/1.00 vMB 103
581,424 581,424 00000000000000000013317e3b980109e7fb7d32f078dd343804616c1c5e4158 2,301 1.00/1.00 vMB 102
581,423 581,423 0000000000000000000d0fcbf2a95d0f375010fd5685e33d2f270e8e9874d31c 2,885 1.00/1.00 vMB 45
581,422 581,422 0000000000000000001dbbacc014af12ce0d1cd922ddad995cbd939dafcb88b5 2,823 1.00/1.00 vMB 96
581,421 581,421 000000000000000000016b0c4bdf9e02fbf5c7387fd969c9626dfaf00119dfae 2,467 1.00/1.00 vMB 75
581,420 581,420 00000000000000000012a97fc1f37d84d71f6af9c567dd4064c8a66c12aaa856 1,818 1.00/1.00 vMB 81
581,419 581,419 00000000000000000022c3159d419e43c01ad35aa6d569e004c20b2287c785e3 1 0.00/1.00 vMB 0
581,418 581,418 000000000000000000127824416e8f221806d043757c4b2ec75cc47d0f799cb6 2,362 1.00/1.00 vMB 85
581,417 581,417 0000000000000000001f4f49af5aacd8415e94777b9cf1e08673f3b10c99b25b 2,146 1.00/1.00 vMB 100
581,416 581,416 0000000000000000000764db9038dc6d8c93233c4a40ff5e90fd847c822b4804 2,882 1.00/1.00 vMB 109
581,415 581,415 0000000000000000000c2dea3313d53e55261b7b641227822a63164851b0bdae 2,805 1.00/1.00 vMB 126
581,414 581,414 000000000000000000143a18c82665419d3fc03d262364f1b9e00ae7cd36713b 2,774 1.00/1.00 vMB 24
581,413 581,413 000000000000000000160a50c50e80370c412ac8c324eeb6b3715649016004b2 2,690 1.00/1.00 vMB 75
581,412 581,412 0000000000000000001701b0397029ab5aec65e2d2099699b42aec91b24ae626 2,869 1.00/1.00 vMB 96
581,411 581,411 00000000000000000017a9416aeaaaa0a3ec5d0260836f00c0934ea00449b8a3 2,587 1.00/1.00 vMB 87
581,410 581,410 000000000000000000142016e6882666e80fd7f42047ee100e0f9fc536a374b0 1,395 1.00/1.00 vMB 27
581,409 581,409 0000000000000000001bc0662edde1e3d4beffc7994fad35b3929ecbdfc73a86 1,118 1.00/1.00 vMB 7
581,408 581,408 00000000000000000005ee667a3ae58a6d64b87dd4f0372b64a549726d5b1f2c 2,179 1.00/1.00 vMB 34
581,407 581,407 00000000000000000016c9040716d99c85ca55bcf1f65d8045610a29f3e79175 2,446 1.00/1.00 vMB 41
581,406 581,406 00000000000000000019096f1d8b1035974ec09bc00e36340cecf2133e3d2f88 2,298 1.00/1.00 vMB 67
Previous 10 blocks ↓
Total Size: 782.61 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: 671.88 GB
    • Received: 16.05 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.