Memory Pool Memory Pool Refreshing

4,390 transactions
1.36 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,711 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,274 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,710 (637,770 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
269,940 269,940 00000000000000029b30293b26977bf16bd89d5f4b7ef50a362f6c0a0e45fbe7 0.03 MB 87 25
269,939 269,939 0000000000000004859f05e39e7e0577292774c305f39c52304d9b84c04a2690 0.17 MB 347 48
269,938 269,938 00000000000000005a2dd237000e99a0c9196d46ba1a0774d12de2f4a17961b9 0.16 MB 279 55
269,937 269,937 00000000000000071392a5436b9438b8961dbec285aae7d3887be211f170dddb 0.04 MB 57 13
269,936 269,936 000000000000000037767b6c262aaa6df8d157d13ff54f69ab429ca41dd295d4 0.19 MB 454 84
269,935 269,935 0000000000000007882e9844404a82f23233e8285a59e3d73a0378cf515e9a9c 0.23 MB 413 56
269,934 269,934 0000000000000002b3a756396eb233ccfdf06ccf9b455f107a2d88d0eea473e7 0.01 MB 20 120
269,933 269,933 00000000000000061b9964e6696164013e58bc9f8932b8fb85d7eb456308ca17 0.15 MB 267 43
269,932 269,932 0000000000000002948d8f56f613b75642e56ad20f2133448809f314ae73467a 0.09 MB 186 65
269,931 269,931 0000000000000003fdbb22c8c19a42ea5db62903970caf2e9ba59dea3066e2a1 0.23 MB 455 76
269,930 269,930 00000000000000050874f9e070778378ab3ddb1436aed18eeff43a97b6578eaf 0.06 MB 156 43
269,929 269,929 0000000000000006592cf909d11a182b44974dc6a8253f8e46daeaea529cd8db 0.28 MB 606 63
269,928 269,928 0000000000000004b6c159845c20115d61f207d3f713e23adcd54ba6cb61d3b8 0.14 MB 291 101
269,927 269,927 00000000000000051df0fd682f3678a6386d9cbe14dc9094e94a64e03dfacba0 0.21 MB 512 79
269,926 269,926 0000000000000006785cff9c6d08b5c912d4493276ea3d58ab13ebf9c0d4efa6 0.08 MB 192 129
269,925 269,925 00000000000000017d782b50ca4e3211bf1db9e3468f8e9d8671df2371d4c102 0.25 MB 429 47
269,924 269,924 0000000000000004b2d8133571e83bd32b85c3d930b221efa8b1c8583955fe16 0.11 MB 252 59
269,923 269,923 000000000000000636a8ef8895843ee2ed629ff241963a8bad73808e58f1a06d 0.09 MB 218 68
269,922 269,922 000000000000000479f286761e91b2c983ad63e19b0d53cffc67e731a7558d85 0.03 MB 60 6
269,921 269,921 000000000000000292c1287118e84445aa552c1e3d32271c81faa4d97a8ef23a 0.25 MB 499 70
269,920 269,920 0000000000000002ff85bfc60f8a738e981daff2e86091fc01a82d97dc11e2fb 0.22 MB 387 67
Previous 10 blocks ↓
Total Size: 769.00 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,616.87 GB sent, 92.83 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.