Loading Tool

Explorer IconExplorer

Memory Pool

79,329 transactions
30.11 vMB
0.12628689 BTC
Random Selection Loading Transactions
Max Size: 180.61/200 MB

Candidate Block

Mining Attempt 2dbc9c2bdcca7f0ad307843b484e8917fa7c2b2b33fa165a7c1300b83acb7ab3
Version 20000000
Previous Block 000000000000000000010a603dda0ac2a744c116ca8bad054b459a9dad33945d
Merkle Root 808c17ce78e45461acbc8e50ba9bb0a932cb39a87d29dbc5704ca349a4e21a69
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,075
Size: 1.00 vMB
Total Fees: 0.03958236 BTC
Feerates: 673.02 > 3.97 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,273 (560,757 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
354,516 354,516 0000000000000000080556725344a3b75a6fdc9049e6d663689222cf9eb3ea29 1,186 0.63/1.00 vMB 23
354,515 354,515 000000000000000010a0d77430aed8c2a6816c734c5cce6defcccbf876bc072d 1,572 0.75/1.00 vMB 29
354,514 354,514 000000000000000005122081ac6a7f257e834067ef8f6a08a5f8b52e0640bb4b 1,612 0.75/1.00 vMB 30
354,513 354,513 00000000000000000da92d426637b5b1875b3a5ae350fd8a9e1b9702509ea470 326 0.25/1.00 vMB 12
354,512 354,512 00000000000000000b66218b74e935b7aaa364b9f3c2198a78f6286576945587 1,962 0.75/1.00 vMB 36
354,511 354,511 0000000000000000047f08250338e4ffb7222bd34bdb00a08d478a35ba61a86a 1,426 0.70/1.00 vMB 30
354,510 354,510 0000000000000000061f23222969bfae2c3a70d1083d4f5da4d652df7c7b8b95 566 0.33/1.00 vMB 19
354,509 354,509 00000000000000000bf082400d9ae5678402e68d771db973347cb9ac353abef8 1,539 0.75/1.00 vMB 28
354,508 354,508 000000000000000002ce46c33bc86d4eccf15e6167a8afe7ec067c95bd276d3f 1,115 0.59/1.00 vMB 28
354,507 354,507 00000000000000000df88a8a5f7a474dcce342eebbb807001f05058399ebf95d 447 0.32/1.00 vMB 21
354,506 354,506 0000000000000000030c25e1f695cdb7d2791c41c2fcac05056c7365eb60a4fd 749 0.52/1.00 vMB 17
354,505 354,505 00000000000000000c2eb1e111f71f1870ec2a678275c59a9dcce33f3796e0a3 1,994 0.75/1.00 vMB 36
354,504 354,504 000000000000000001657b8b4559dd6874a2b6c7985d526c696700c87a4726fc 1,128 0.56/1.00 vMB 28
354,503 354,503 00000000000000000376675ddcb1e98f00c6cb53ec24e05a5c5869be01577900 1 0.00/1.00 vMB 0
354,502 354,502 00000000000000001021ec768778e0d45c538224a3a487734bd517f4f10273ab 123 0.07/1.00 vMB 24
354,501 354,501 000000000000000011324f9fea719ea6cab931e4260dca51fcbe4f8d74b944f6 690 0.39/1.00 vMB 23
354,500 354,500 0000000000000000155935cfa788ed8a9c7fd8bccc80f793028a3ffbe0810260 758 0.43/1.00 vMB 22
354,499 354,499 00000000000000001542a94ed89a57d3c1f8d29c3672a0fba1564db15e4a80f5 1,661 1.00/1.00 vMB 24
354,498 354,498 0000000000000000113b9fb34cc04c0752182e616e8cb038c1e1ea14aa1e4165 1,024 0.35/1.00 vMB 40
354,497 354,497 000000000000000006cd133c0386a8e7a3a36a1e010dd394dec39e377cd5484e 288 0.18/1.00 vMB 20
354,496 354,496 000000000000000009fe9ef75a58b62376f0ac52843e10eb0e15536770d9eaf1 35 0.06/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.86 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: 713.05 GB
    • Received: 17.28 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.