Memory Pool Memory Pool Refreshing

4,271 transactions
1.22 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 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,753 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,737 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,752 (761,315 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
146,437 146,437 00000000000001d2128c1cec02e9ed073804f790af204fcfdc2e1c152f85b872 0.02 MB 46 130
146,436 146,436 00000000000003a49e70c2f875e204b68390359d9f6636dcc772f6e19c552c0c 0.01 MB 17 567
146,435 146,435 000000000000066468ac08c03fc7c9628be61f47c4e5c085d19a455084d0a0c6 0.04 MB 116 26
146,434 146,434 0000000000000452324d539f3f18cbebb2431ad1f7b498e0b8d3982fd220d0fe 0.03 MB 41 37
146,433 146,433 00000000000003318f89b773ef3d00f5121e2033c97f46240fd173999a6618c9 0.02 MB 43 85
146,432 146,432 0000000000000067493380a2160de591e072a77e3961e83dd2c27b9a534cd35c 0.01 MB 23 39
146,431 146,431 00000000000007ad0a10362332733a9767996bea0c7e2ccc9f117f8289568943 0.00 MB 9 61
146,430 146,430 000000000000006fc395c4222dadec01dc496ff7bb2c906525d8afc33434dbe4 0.00 MB 5 96
146,429 146,429 000000000000066162913e33fdd2000fdbbb09f506d9e25a625bcebfc6bc9339 0.00 MB 3 0
146,428 146,428 00000000000002a69fe9103dbbc82e35432d4afd3b2543d3ffa570aa6cf8865f 0.00 MB 1 0
146,427 146,427 000000000000053aefc1dedb6860c7bd0814847e350a204debf0126a5d1583a2 0.01 MB 7 59
146,426 146,426 000000000000008a2438d103521db1bb06d1bfe299177f8a9c86f9f2aa6b8daa 0.02 MB 77 31
146,425 146,425 00000000000008f0f797e20d37684c25f0e8028699648b0e29e5ad31c9454b52 0.01 MB 22 31
146,424 146,424 00000000000003e31f58850d58b5c8ea86094f0306e60655a25df7cb200755ba 0.01 MB 8 31
146,423 146,423 00000000000007c26f45acac7b95b76069c8a304db31fe700cd7e711f9211068 0.03 MB 111 77
146,422 146,422 00000000000001a7a79d1c112fce0a2377a9a703303e301f08cb019f7c0616de 0.01 MB 19 124
146,421 146,421 00000000000006e5be24133e26e8347fed0f07737ed11d81bf03ccced9fa880a 0.05 MB 160 15
146,420 146,420 00000000000003f828f55cb94703cbae387adb8fdb2f43e7cb19d05734adc329 0.01 MB 39 83
146,419 146,419 0000000000000389c813e5cd3ec83cabe0769deb352934441a7c3e32780d41f5 0.00 MB 2 194
146,418 146,418 00000000000005d5bdc7ee2300234f701ada59663657296cffcaf5fd973b0a82 0.02 MB 49 143
146,417 146,417 0000000000000623d0a5ee5ccdc971f9a5e5ed8854d6e9a7b54990aa6d30c26a 0.01 MB 27 69
Previous 10 blocks ↓
Total Size: 769.08 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,628.24 GB sent, 93.30 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.