Loading Tool

Explorer IconExplorer

Memory Pool

80,226 transactions
31.13 vMB
0.08019632 BTC
Random Selection Loading Transactions
Max Size: 188.35/200 MB

Candidate Block

Mining Attempt 696bb9109420b4bb3820b41257dd0ba597861b80a3ac4f6a4d8185e0f5ce54a6
Version 20000000
Previous Block 00000000000000000001737d76c0d6914d71885a8e838781b1a0674dd5a96d4b
Merkle Root b17790f96a455fdcd5cf67ba53133837ecf28ed404a6a3247dab2b52d756f05b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,774
Size: 1.00 vMB
Total Fees: 0.01307734 BTC
Feerates: 100.25 > 1.31 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,201 (309,792 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
605,409 605,409 000000000000000000113c3c41cfe7300ced07cd7ec82c3d7c149f4609d935d9 2,685 1.00/1.00 vMB 48
605,408 605,408 00000000000000000014e207348c17b888af84a47b909006d92f4e764368a8e9 3,136 1.00/1.00 vMB 29
605,407 605,407 0000000000000000000883a03094dde1221683e17fb3982ca36d84cb114b3eb8 2,521 1.00/1.00 vMB 32
605,406 605,406 0000000000000000001126a14313ad34d4ebf59b8a68e17a8c3f573c18fa6d5e 2,792 1.00/1.00 vMB 30
605,405 605,405 000000000000000000070b8aa36d8b33152bb286fa4f5c1af55e8ca5a9026d3a 2,914 1.00/1.00 vMB 36
605,404 605,404 0000000000000000000f929ec5c79c8fda07a448afb3307b3bb2829f16eda154 2,660 1.00/1.00 vMB 21
605,403 605,403 0000000000000000001266f151e32367561b8e2ec97e55a1fd4973d53004394b 3,322 1.00/1.00 vMB 33
605,402 605,402 00000000000000000002f63f6699aa173b16c5730d1f0ed424ac5a4a7e06536b 3,085 1.00/1.00 vMB 42
605,401 605,401 00000000000000000008edc7aada07b4b2710e07b11f77d56daa90acd385aed7 2,341 1.00/1.00 vMB 34
605,400 605,400 000000000000000000093651d81d48e5bef19d2cde094da06f848978d4348eb4 2,243 1.00/1.00 vMB 35
605,399 605,399 00000000000000000015506130235c506e2e8243bf6060cf362a89206adcd4eb 2,163 1.00/1.00 vMB 33
605,398 605,398 000000000000000000074a293aa89f1a30f4984fff5a457bd0984753c1876e52 2,781 1.00/1.00 vMB 49
605,397 605,397 00000000000000000001ad2bb29d94f1afcc46d93e8c56f2c9c72bb0ed59ee0e 1,809 1.00/1.00 vMB 26
605,396 605,396 0000000000000000000f897c8ed2534561a86137683ac952e72efea319af2985 2,604 1.00/1.00 vMB 23
605,395 605,395 0000000000000000000397a17e3845b9303c0f518ea26def30ba404b19e69a7a 3,027 1.00/1.00 vMB 28
605,394 605,394 0000000000000000000e498950ecc579fec04ec03fcc690108af0b3ad4fa4dff 2,696 1.00/1.00 vMB 28
605,393 605,393 00000000000000000014680d5115e893d6ee41de0f0d85074783b4c55110ee6d 3,176 1.00/1.00 vMB 43
605,392 605,392 0000000000000000000d62378757a930e51551cdcd6fcf06ed103fc77d38e9f5 2,195 1.00/1.00 vMB 38
605,391 605,391 0000000000000000000e627a573e356586e41877233f59d1683ebc98ecbaa2f1 2,839 1.00/1.00 vMB 50
605,390 605,390 0000000000000000000ef715c0330b940f7aeab0353f1694902412f84e00efa4 2,984 1.00/1.00 vMB 32
605,389 605,389 0000000000000000000bf04c2029066482018f015d56056268a19463ebc9b740 3,072 1.00/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.74 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: 708.13 GB
    • Received: 16.72 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.