Loading Tool

Explorer IconExplorer

Memory Pool

28,185 transactions
8.21 vMB
0.11510279 BTC
  • 1 sats/vbyte = 7 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 54.57/200 MB

Candidate Block

Mining Attempt 4c4bab0c58be1cfad5b0d3be2379e1b13fd6f7ca0d139b2b550676a7ce2108ba
Version 20000000
Previous Block 0000000000000000000226c2f913423c8375f34c9c656ba26c2994c1e4afee37
Merkle Root 945ad72de9b893937eb8074e1b9086e98942d76f54c40953855851b2b5386e58
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,919
Size: 1.00 vMB
Total Fees: 0.06653066 BTC
Median Feerate: 3.16 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,211 (740,291 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
172,920 172,920 0000000000000af52154fd8fb02fc7e401e9c6835d25320b66d28889e942f607 0.00 MB 11 113
172,919 172,919 000000000000010f9e8cbe455575f0811c2371c51e38a2d419acfcd868b5dbe0 0.01 MB 20 155
172,918 172,918 00000000000006620acf7643656ac16334a44dc3b1f694a85993fe8956df30de 0.02 MB 55 90
172,917 172,917 00000000000005e5e0b15f166813834af0542c7a21fb63b4603131a03d97bbba 0.01 MB 15 155
172,916 172,916 000000000000046eb0634b610967694cce39a1ba334b1d5ca87a32a9c4b4e1a3 0.01 MB 47 89
172,915 172,915 00000000000005f84c1ae9026c6e674778382a22f3afa3be4725ecacee5fca6e 0.01 MB 21 179
172,914 172,914 00000000000001ef914aa74ff6d9679921d464afc8311a0b6ee9f360c577acb8 0.01 MB 14 0
172,913 172,913 0000000000000794ffa3b1f321178686d70b463c80ebedb1336120cca87e6ca0 0.01 MB 33 34
172,912 172,912 0000000000000524227d41066230220f3c3e65800a40ba0f15b4ba9ae3a8d375 0.00 MB 1 0
172,911 172,911 00000000000005d0b7fe6350a880421dc175b6e312d9e711f66849d3225ad50f 0.01 MB 23 29
172,910 172,910 000000000000045b669ff5b697a28ae3ea03edf69021f4b894db5a31415831bd 0.04 MB 66 55
172,909 172,909 0000000000000998ca12763502a4a64db646e770f4715f28bff6e96e92682321 0.00 MB 1 0
172,908 172,908 00000000000007d5b56730aa793f3330dcc125551479e344309d275425f026c4 0.01 MB 17 100
172,907 172,907 0000000000000788818512f497ed659713a93ae53d03e4f0eb11d37d6cdb4176 0.03 MB 92 248
172,906 172,906 000000000000086890d5452b4d5a732bebce810bb633cb0f23172b11fb39a524 0.17 MB 45 54
172,905 172,905 000000000000086c4b7849d16d27db5c2573d0dd89fe51e044b2afdbb5180433 0.02 MB 43 116
172,904 172,904 00000000000005be23755ee1f34c6c1e98aa8289a9adeb46efc6fc36bad64a43 0.00 MB 2 0
172,903 172,903 000000000000034788740d36bd094a34641451dc766d07cdc71cbe942d00faaf 0.00 MB 1 0
172,902 172,902 00000000000008830a64c97a122d001169709adbaaa688cc65e5e4b0f4da9ede 0.01 MB 39 114
172,901 172,901 00000000000002e48b7bb37e4c48fcb1596f132379219b7ce638621876b0c013 0.02 MB 7 50
172,900 172,900 000000000000015d7a1bafa89056d1f0afca48c20345cea330331bf448f6d1fd 0.00 MB 5 97
Previous 10 blocks ↓
Total Size: 779.22 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 64
    • Outgoing: 10
  • Data Transfer:
    • Sent: 19.77 GB
    • Received: 0.39 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.