Memory Pool Memory Pool Refreshing

288 transactions
0.12 vMB
Show Random Selection Loading Transactions
Max Size: 1/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
908,470 00000000000000000002349e0000000000000000000000000000000000000000 0.12 vMB 287 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,469 (896,906 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
11,563 11,563 00000000208136fdb334cd9cfb7faf7c0f30c0293ad00b641baa1ed2a7fd2c71 0.00 MB 1 0
11,562 11,562 00000000e9e3565c958a25a7c001f111d99a84dfea2aeb44db80413cc78c0275 0.00 MB 1 0
11,561 11,561 00000000ffdace7df6579699cdd8ba7be094b5637dcecc7b381af8d83e6d60d1 0.00 MB 1 0
11,560 11,560 0000000067ef63568034512c40e88b8c903c15d3939c8d328c51ee7995388c13 0.00 MB 1 0
11,559 11,559 000000007994d72fe76d22feba6e92edfb473803253de3e5ce4734677e62e387 0.00 MB 1 0
11,558 11,558 0000000071311ddb0439491bd0794f2679de254325b31c48b0a9d97472255f92 0.00 MB 1 0
11,557 11,557 0000000010cdc2b3c90cece2ad2ce1fd15406164949db6a95f6ca0b4b50e5ec6 0.00 MB 1 0
11,556 11,556 0000000015061ad2041a8f11ce9cea273c6fd08bf2c792c68cadf4f6743cc251 0.00 MB 1 0
11,555 11,555 000000005efd84a1af2a580207e3aba101082919cf3f90597d2a50b0b66a9983 0.00 MB 1 0
11,554 11,554 000000001d0dcdd266cf5e7d72cba3bf330a95e6538dd4188af7da9cf82ae5ec 0.00 MB 1 0
11,553 11,553 0000000013045f37b7e866aeb4c736554f441d7b290be109ec3cc4dfd2e1f338 0.00 MB 1 0
11,552 11,552 00000000c32e6bb820dd61d2303ed7043ba2f13fe485218fea1863f3c45541d3 0.00 MB 1 0
11,551 11,551 00000000d6e42969d4e4c0b74c66b0deab4f460fc71c5c0078893ce953704697 0.00 MB 1 0
11,550 11,550 000000005d3b9cde1922a5559702c37429b3e48eed46e4dab8855a5871e8fc99 0.00 MB 1 0
11,549 11,549 00000000c480cf5f787a54ab61c316d3968b7a04dabee6604dd05bc757eabebc 0.00 MB 1 0
11,548 11,548 000000003daaf42ace164596ab9d7d167f55c37ef5281c20d6e22809d609354a 0.00 MB 1 0
11,547 11,547 0000000023f96285babca989efbbb73a5f87ad10fa811b36fb8464601ca5da5f 0.00 MB 1 0
11,546 11,546 0000000099958f8b02bec36b2e0efe7686be7fdc088008115328c97af549dc7f 0.00 MB 1 0
11,545 11,545 000000006ff79fd25bdbeeeafd3685c6969650f77c1558b985f082618c65ba28 0.00 MB 1 0
11,544 11,544 000000005442a23b450285da2128b6fed56df012244845b39cc4e4d60e9daf77 0.00 MB 1 0
11,543 11,543 000000006cedeaa6430e62e4098e6a9c39da9a8c4e1fe8eb44b65bff9f4ee41b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.58 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,784.26 GB sent, 99.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.