Loading Tool

Explorer IconExplorer

Memory Pool

47,779 transactions
30.11 vMB
0.07838418 BTC
Random Selection Loading Transactions
Max Size: 160.87/200 MB

Candidate Block

Mining Attempt 96437be62cc8811f23ab0975e1a8192e6bba337bd6213e411e5f4d8c5cdbf083
Version 20000000
Previous Block 000000000000000000019d8e946b6f738991a727e74c8a12670bf631d52c5e8d
Merkle Root a1b1fcff2c64484b3b5fdbf81c1aca39edd37778cb020e7a520b064713cf9efe
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,986
Size: 1.00 vMB
Total Fees: 0.01938513 BTC
Feerates: 100.24 > 1.94 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,854 (178,732 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
736,122 736,122 00000000000000000000aacd6fff11c54b0d41e6d4026df4b83361aae2d5d8fa 2,379 1.00/1.00 vMB 18
736,121 736,121 00000000000000000000b60f909fd87201e7e58d97aed1a147f566ebdea2ac96 2,164 1.00/1.00 vMB 16
736,120 736,120 00000000000000000008854f39c66261ddbb8c3f08a1b64b6e1f857c04644533 2,872 1.00/1.00 vMB 21
736,119 736,119 00000000000000000008e1e88ff8ae91bf000c77eeb976ac2dee22185f8184a5 2,773 1.00/1.00 vMB 22
736,118 736,118 000000000000000000056a45812aea6f42ac15ea3dfc29ec87811fbae687cdbd 2,628 1.00/1.00 vMB 19
736,117 736,117 00000000000000000006875c55dbbce8c87f97cb951392212a7f808d684296ae 3,221 1.00/1.00 vMB 23
736,116 736,116 00000000000000000004116af728e65bff0300a02185b53a60d0bb34660cc8d8 2,957 1.00/1.00 vMB 29
736,115 736,115 00000000000000000003196c1c141431659785d50dca206bd84ffd8104787583 2,600 1.00/1.00 vMB 29
736,114 736,114 00000000000000000004cab29f23e13202a5fdc27c180f4aac1b36089faf63bf 3,184 1.00/1.00 vMB 20
736,113 736,113 00000000000000000005bf7253f51d065799532e1b6d9b49eaf831bdf31d649e 2,261 1.00/1.00 vMB 29
736,112 736,112 00000000000000000000b03fb6f11671d136069a323839aa8a5b2f7387ba75d8 2,693 1.00/1.00 vMB 21
736,111 736,111 00000000000000000007cb44790e2edb0b03e671a2b79bc3eece58a80fc28596 3,991 1.00/1.00 vMB 24
736,110 736,110 000000000000000000012b1c987fd0877c6a8885e44a2d79e9d00b6ebdc63d19 2,738 1.00/1.00 vMB 38
736,109 736,109 00000000000000000000394ec2343fe6ee15f037a50bfd74dc802ec464b5ad36 3,310 1.00/1.00 vMB 33
736,108 736,108 0000000000000000000512204b894c2dc838d74fe059882afdef22477765d9e2 2,681 1.00/1.00 vMB 25
736,107 736,107 00000000000000000005098cc58d44007a869fd8cd0acaba4069898020840bb7 2,560 1.00/1.00 vMB 29
736,106 736,106 00000000000000000002a1dc74cae5a0320d9b14aa57362a595e06cb07ad40b5 2,473 1.00/1.00 vMB 18
736,105 736,105 000000000000000000036e333aacc2e9bc195a3614a06545326c1d66a392dfbf 2,697 1.00/1.00 vMB 20
736,104 736,104 0000000000000000000125bd6a3783347a51160de2f31655315264f87f5e77ae 3,237 1.00/1.00 vMB 20
736,103 736,103 00000000000000000008264c9f9f073372d7afb84f1e5cd3335136dbd6ca7e54 3,223 1.00/1.00 vMB 29
736,102 736,102 000000000000000000065700bf4d07ee31b9e4b1c84db6905b74f9dbb12aaa90 3,603 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.13 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: 652.43 GB
    • Received: 13.78 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.