Loading Tool

Explorer IconExplorer

Memory Pool

50,648 transactions
28.63 vMB
0.06818971 BTC
Random Selection Loading Transactions
Max Size: 153.92/200 MB

Candidate Block

Mining Attempt f25221b8ef7d8e46bd3e3aa237cd0ebe382005c77d6150e8807ea7f88c3abb52
Version 20000000
Previous Block 000000000000000000019e7568131a21184319adfc46c390ce26bf65aed43bd9
Merkle Root d00c6070bcb87106a7bb52cd10a9e0209f173146dd3d64b9db8261687c0e9bdb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,957
Size: 1.00 vMB
Total Fees: 0.01316800 BTC
Feerates: 122.12 > 1.32 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,793 (403,754 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
511,039 511,039 0000000000000000000727b18d83ddc37f7c62e0990854f089ccfcd9fe37cfd1 2,228 1.00/1.00 vMB 24
511,038 511,038 0000000000000000001397d5ca59b754e13768db4d2ffb9f9bc9a3d3b3acd215 1,832 1.00/1.00 vMB 27
511,037 511,037 000000000000000000167b0093c15a0eeda67674b884c70604c3776d4b16589b 1,178 1.00/1.00 vMB 31
511,036 511,036 0000000000000000001b8251f948ec71fd432ac3e1338c2ac3762da915f6e415 1,245 1.00/1.00 vMB 45
511,035 511,035 00000000000000000012b32d8e4dbfbca2f3fbf632bd59a2e15c3a5eb6d4566f 852 1.00/1.00 vMB 66
511,034 511,034 00000000000000000049ab54adb90859993f20c1d09fe609eadda6864ac1b840 184 1.00/1.00 vMB 17
511,033 511,033 0000000000000000001a3368de477cbeaf8e264d9ce3c6b6fa8a98df3e6ac733 1,315 1.00/1.00 vMB 36
511,032 511,032 000000000000000000580a3cfa07e8dbc751e149d7afcc70842d5c169b2ed927 2,219 1.00/1.00 vMB 37
511,031 511,031 000000000000000000261f1a63dbcfcc41f0a87b95084495bbe2eb22899f003a 1,471 1.00/1.00 vMB 44
511,030 511,030 000000000000000000315da0bcf7375dcd40a5cd78fc9be43b55467b3162dfa5 1,026 1.00/1.00 vMB 25
511,029 511,029 00000000000000000053d735b0c5a9a79997930d9f02c8882b9ba7b71b785d63 817 1.00/1.00 vMB 33
511,028 511,028 000000000000000000002316344368d9355837dbba0736e611d13d86cb2d5594 504 1.00/1.00 vMB 25
511,027 511,027 0000000000000000001811f3c682cba47371f0af977d9433a49c77fffd19a8ba 995 1.00/1.00 vMB 37
511,026 511,026 0000000000000000001b3ce6eab0b640441d5c7683be5656f981e2bb89e8b381 2,003 1.00/1.00 vMB 82
511,025 511,025 0000000000000000004fe2fb034f52127c5f908bc005a7683dfdf9ff0cea0d36 812 1.00/1.00 vMB 39
511,024 511,024 0000000000000000001926b737a87f6c94ff15e94664743a0b8a0c2af4ff4453 1,381 1.00/1.00 vMB 58
511,023 511,023 00000000000000000048b620aa5bf6e88c115bbac28c191839c811baac9e9b88 571 1.00/1.00 vMB 22
511,022 511,022 00000000000000000042bf2655adba56420cbe3a4bd0a6087718226544e0d45d 2,592 1.00/1.00 vMB 93
511,021 511,021 0000000000000000004be373bfd6ce8e6a1e87213f7940a9c23dfd2239089d25 2,420 1.00/1.00 vMB 89
511,020 511,020 0000000000000000005b01ff55f4a03872a5574594153c616347f4ed2fd4da5b 903 1.00/1.00 vMB 42
511,019 511,019 0000000000000000001801d8c336b1f2a346d3a082638b38688d48c5e1ef502d 821 1.00/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.02 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: 649.82 GB
    • Received: 13.22 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.