Loading Tool

Explorer IconExplorer

Memory Pool

80,518 transactions
29.71 vMB
0.06924066 BTC
Random Selection Loading Transactions
Max Size: 179.31/200 MB

Candidate Block

Mining Attempt 175cc7adfce07d4492cc21558eb7317aea7745670e5c5fdbaefa9ca1a14d16e4
Version 20000000
Previous Block 00000000000000000001dca977ac9ad62b5ffda27b5d02990f9a918aa20846bd
Merkle Root ad38d34fae8b07b868041c47ec1de12690a04d4e63f5e8c4cc34409e12bac327
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,129
Size: 1.00 vMB
Total Fees: 0.00860964 BTC
Feerates: 100.36 > 0.86 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,978 (475,083 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
439,895 439,895 0000000000000000034a103f6447393e1869cb6a19ca7b39df761579475b6f99 2,324 1.00/1.00 vMB 75
439,894 439,894 0000000000000000005c2a743b73fcf8f313dcb167379d5d735376b1ec39e42b 1,626 1.00/1.00 vMB 64
439,893 439,893 0000000000000000014e5ea3a536672c9cad5fc2d303b5da158a7a8d2a1e5e9a 1,050 1.00/1.00 vMB 77
439,892 439,892 0000000000000000029371d3400fc4410bf7ccd79c11a51686474a23061837c8 2,643 1.00/1.00 vMB 95
439,891 439,891 000000000000000003cec55259c169ee8196f617b4e99771e5f7f716b846fd78 1,170 1.00/1.00 vMB 67
439,890 439,890 0000000000000000014fca31c08165c2afd01fac0553f8d71bfe6188be24f5ee 2,509 0.93/1.00 vMB 104
439,889 439,889 000000000000000001e12fc674d4a5d57aab21db648ba94b0b69771d8a2661a3 1,372 1.00/1.00 vMB 36
439,888 439,888 000000000000000003cf46e888926712031d1ff39936bdb7602c268c7f28948b 711 0.33/1.00 vMB 71
439,887 439,887 000000000000000002b0325e1f6832e1bb2aa12e5f49a0098f47b87ca37f55a5 2,266 1.00/1.00 vMB 59
439,886 439,886 0000000000000000021786a0bd5298870d1d12fc6590d6559fe3efa4a5040f89 1,784 1.00/1.00 vMB 44
439,885 439,885 00000000000000000024b833611401bbb4f617f0a1a62497ba7454a6ad2caf01 1,473 1.00/1.00 vMB 60
439,884 439,884 0000000000000000025507784550937b560fc6a9d0112873604912f806e6a4dc 2,125 1.00/1.00 vMB 47
439,883 439,883 000000000000000000943d1fca129335734256a3e92da567e6062302cd0246a8 2,239 1.00/1.00 vMB 69
439,882 439,882 0000000000000000021946aec8311b764f0608e7a83e8a995113abd586b21da4 2,260 1.00/1.00 vMB 69
439,881 439,881 000000000000000000e8c10a0873190230105bb3a2effeeff7f452d7f7e57275 2,220 1.00/1.00 vMB 72
439,880 439,880 00000000000000000337d0ee65b355ad1c5ece5d811897e8ac98c4071c50861b 1,826 0.75/1.00 vMB 90
439,879 439,879 000000000000000000a445af7fe11ba7c871bf6c3c3bf08c6c3d77292059e209 1,899 1.00/1.00 vMB 86
439,878 439,878 000000000000000003ddb53b67d23c15537c168df43ef157d60dd7e6b3d9ef0d 1 0.00/1.00 vMB 0
439,877 439,877 00000000000000000320fabf22ed68764afbe4883b96d25b104420e7e53994e2 2,189 1.00/1.00 vMB 53
439,876 439,876 000000000000000002fa71457473716f023a6dfa9c29fe6ce1196dc8c536dbef 2,136 1.00/1.00 vMB 86
439,875 439,875 000000000000000000232a266842d5d757ad296f824296dbb24f9079f065c902 5 0.00/1.00 vMB 861
Previous 10 blocks ↓
Total Size: 782.35 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: 662.22 GB
    • Received: 14.84 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.