Memory Pool Memory Pool Refreshing

2,702 transactions
1.02 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,919 00000000000000000002349e0000000000000000000000000000000000000000 0.96 vMB 2,695 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,918 (703,968 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
203,950 203,950 00000000000000dd8375cff9ca00571e13a953bb03192c58d758a853f7d0e4e4 0.07 MB 162 175
203,949 203,949 0000000000000021080161d5ee36de39de523c7c8a4d081527eb803865cd6f6f 0.28 MB 497 93
203,948 203,948 000000000000045e12af655023914e34b0d4bafea14efff5a5b98270a535bd0c 0.10 MB 107 80
203,947 203,947 00000000000001ef492d15d7c248b853f1d3c056b6f0a99051b3c314b17fb49a 0.05 MB 121 224
203,946 203,946 000000000000016043cd5277a7dc18ac7403d4c92a5f010c4513eb350e761592 0.03 MB 61 76
203,945 203,945 000000000000026a7c16156958ede3c3d0f21f8bb45d9f0feb8291b1995a80f9 0.11 MB 262 137
203,944 203,944 0000000000000028cd4d0fe1a66f21bf648d9722e429bb39d99cb3f70414018e 0.00 MB 9 502
203,943 203,943 000000000000053db3a736bcefdb185f92ecbae1d32a28cda00345b5b15eb31a 0.01 MB 12 89
203,942 203,942 00000000000004731e92e384ff539f5960a95bcc336d84989c5a6004b63be15f 0.02 MB 35 102
203,941 203,941 0000000000000514f5faae8dbc32bec7e1dfdc6724ca91852936d98318a58dc1 0.02 MB 40 58
203,940 203,940 00000000000003a10fbc27be120444fe0edaf6a67b007198c86e02e540061e39 0.07 MB 136 194
203,939 203,939 0000000000000553e5c6f4246b2c2f9b4c1b7687356a4b99b03a3d7f9063d48b 0.05 MB 108 82
203,938 203,938 0000000000000088e26365ff41304ee30d72b4fe04f28d6499e0632d10cb317a 0.00 MB 11 35
203,937 203,937 00000000000001b9ac12587fc6a7a3790247fc4ebe371c5bba4a402e02817044 0.07 MB 40 82
203,936 203,936 00000000000000de15ee35302775946bffd10015baaa5b303838d385ef955392 0.10 MB 392 15
203,935 203,935 000000000000025ed545662f33dab1da10fbbcb23333ff40a97afe34fd4fe7e0 0.07 MB 100 90
203,934 203,934 000000000000036d5f5e209bae6932c7c0356949a20ac6dc0df98012ebfc3fac 0.05 MB 144 102
203,933 203,933 000000000000035e215e529b0d85fcb0f31adc85c19600614e7b41f01a02c5d9 0.17 MB 110 51
203,932 203,932 00000000000003d52d2232f5b83aa9d5640fc5d3b6a8ab6f4400ceb33b215c30 0.17 MB 146 84
203,931 203,931 00000000000001d0c212ada70c8792cef2e14536353a4e1fec12ac760f65079c 0.16 MB 340 175
203,930 203,930 0000000000000276dadceaeb3d28c3dccc3f475e8ea0fb9e551ec3a2cc6409b4 0.13 MB 64 42
Previous 10 blocks ↓
Total Size: 769.39 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 111 incoming
  • Data Transfer: 1,644.32 GB sent, 94.89 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.