Loading Tool

Explorer IconExplorer

Memory Pool

78,404 transactions
29.47 vMB
0.07764825 BTC
Random Selection Loading Transactions
Max Size: 178.03/200 MB

Candidate Block

Mining Attempt 3a58030001ac7331c968548412a3adca08a8fe8c2d50d2e2fe88b93ad37f06f8
Version 20000000
Previous Block 00000000000000000000199f724f1ef29eab80f2f04d88a242934c5235274752
Merkle Root e6b5d1f929738daf616388bad0fb7bf36e6cc63ab50122c916ac5f9a72dbf3a5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,216
Size: 1.00 vMB
Total Fees: 0.01381588 BTC
Feerates: 150.66 > 1.38 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,142 (261,259 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
653,883 653,883 00000000000000000009140b447a869fcd8a4fb71984f52c829fce12445de424 2,493 1.00/1.00 vMB 125
653,882 653,882 00000000000000000008ccc5f93c993219ed424dd78a23c30e1dd4465d45afbf 2,942 1.00/1.00 vMB 124
653,881 653,881 00000000000000000009e09b8b75bb61f7738d26c0bd30784b30bf6b5baad2c4 2,495 1.00/1.00 vMB 161
653,880 653,880 0000000000000000000a476ab4f21236b81b91d30841c92ee1aea22d61775cdf 2,936 1.00/1.00 vMB 136
653,879 653,879 00000000000000000007b5c9846e7b07bd05850095f0596d51a0e7a767d0b94a 2,067 1.00/1.00 vMB 142
653,878 653,878 000000000000000000080927fb2f392f819500ac008455b838858a4c2274dce7 2,348 1.00/1.00 vMB 136
653,877 653,877 00000000000000000005f8e1a4e314939273bd5e5d6fc74402ce47a9b6c8a7a5 2,878 1.00/1.00 vMB 161
653,876 653,876 0000000000000000000b997b22a85e84c039c368ab8dceae8ec3d9c523e4f573 2,562 1.00/1.00 vMB 164
653,875 653,875 0000000000000000000221c0bc1e7c3f75cd293d71ec5e43456d582ce21418a7 2,318 1.00/1.00 vMB 157
653,874 653,874 0000000000000000000b104f3a757f978ca1068489334a203a96a8d6eaca42de 2,743 1.00/1.00 vMB 73
653,873 653,873 0000000000000000000307afeeed4fb786192802f3d70975cd2cdfaf01b214b9 2,808 1.00/1.00 vMB 105
653,872 653,872 000000000000000000083c640a286ad7ce00b06abe6d9bb217212176f7517aa8 2,289 1.00/1.00 vMB 77
653,871 653,871 000000000000000000004332f17d2f6277b4a4c9ccfdd4b3ba3aba5f7d835fc0 2,881 1.00/1.00 vMB 123
653,870 653,870 0000000000000000000011d05e085970c4d7bdc5b5c73d99bc023b9c34cc5491 2,626 1.00/1.00 vMB 151
653,869 653,869 0000000000000000000cd91fe0b012c6633fd0765bcc54fcfe905627106b87cf 2,829 1.00/1.00 vMB 109
653,868 653,868 00000000000000000001e28852743d0b86d0a264d6dac114c7371d4339e1f31c 2,790 1.00/1.00 vMB 102
653,867 653,867 0000000000000000000d03ddd080c560ddcfef52a7bce2c134eea7d33b2d9ebe 1,049 1.00/1.00 vMB 97
653,866 653,866 0000000000000000000323debec41e69ed194788743a831290391275005095b6 2,877 1.00/1.00 vMB 144
653,865 653,865 00000000000000000007b687cf5aad75197eaf6f56be6b831ca6270747ef27b3 2,941 1.00/1.00 vMB 133
653,864 653,864 0000000000000000000829ce97d8818c1c8ee029e9010c40dd473108ec74afbd 2,047 1.00/1.00 vMB 118
653,863 653,863 000000000000000000060782b394c52b2c08502e4a1642879207fa01eef6e1f6 2,306 1.00/1.00 vMB 113
Previous 10 blocks ↓
Total Size: 782.64 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: 672.40 GB
    • Received: 16.23 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.