Memory Pool Memory Pool Refreshing

4,103 transactions
24.57 vMB
Show Random Selection Loading Transactions
Max Size: 101/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,315 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,507 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,314 (907,926 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
388 388 00000000a8c559dd08b5a038ce306cdea26549d6fd5bc69afdef5fd472e6ca6c 0.00 MB 1 0
387 387 0000000014669130de860bc311833a43cd310d0d9cbc3ac0a4801e6cb213646f 0.00 MB 1 0
386 386 0000000061d87eca0a039ebdf3f6a7932aa879729b74d64911b9828957a294d9 0.00 MB 1 0
385 385 00000000cdaf0290cbd8caac684c2cb2bb32b8153b53c074df8e366ceb647da6 0.00 MB 1 0
384 384 00000000a82a81f206e2bee2fc10dfcc107ad1a56312e0ebe94cffc1d05e7def 0.00 MB 1 0
383 383 000000002f10da7a6a0c302a3a800722764a863e32fa1730cafacce35cb023b8 0.00 MB 1 0
382 382 0000000018844c2a38f9ff9e018ba5ef9e02780b8d6fe3ce63fd4a6136633ed7 0.00 MB 1 0
381 381 00000000539376ba9a1b68e9b803ce7ae280bfbaa0eb62fc462126a6d07feec3 0.00 MB 1 0
380 380 000000005c619c5a51f6bfeea9029520d1e05befb6129795e9cb122efd8f4dc8 0.00 MB 1 0
379 379 00000000ca826763c172f28976c008fcf73f4f2cbac96335d49918162cf3b018 0.00 MB 1 0
378 378 000000002ad17ed06d467923d29348ee3692c53f24858236818e68820de26ce6 0.00 MB 1 0
377 377 000000006d7b30cc5c8ccdfdd56417846e3485f42106fbee53e483e571f41c32 0.00 MB 1 0
376 376 0000000045c48b53f19d5a3e73ef6d22930737080b6bdea398303e2ae2ba27e2 0.00 MB 1 0
375 375 00000000a075a8baeda1ecd9043458877c9cb9abc68ccd035fcbf450b91fd3b5 0.00 MB 1 0
374 374 000000007ead0a1b0b1faa566697697600fbc24dadef627cf76169c8631e7453 0.00 MB 1 0
373 373 00000000f91934e5f42cb57e2c3241a4bb7c178c85593613e7b2e43c3a9ff2ab 0.00 MB 1 0
372 372 000000002612c92d24f533bfc280284354cb4f561c91bfaec2932f6da4e8959b 0.00 MB 1 0
371 371 00000000ba884fc8047c04bba7068f575e21d4cb953e1f52262a0454c98c5586 0.00 MB 1 0
370 370 00000000cad69daaae19df9068b0d4bc8d6999c63bd4fb067958bc8881ab7e5c 0.00 MB 1 0
369 369 0000000063a7ce9070407aaa02268a35a3eb652b2e083c26630e17c1a5a7a553 0.00 MB 1 0
368 368 0000000023ead2b9fd8c909248a60bd63b0edca44c10c8a267548f9a6ae9f1b8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.22 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,700.25 GB sent, 98.62 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.