Memory Pool Memory Pool Refreshing

819 transactions
0.22 vMB
Show Random Selection Loading Transactions
Max Size: 1/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
907,963 00000000000000000002349e0000000000000000000000000000000000000000 0.21 vMB 795 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,962 (12,473 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
895,489 895,489 0000000000000000000134edff38de43094e1e31d2fe27bb7631f3ded751a08d 0.95 MB 929 1
895,488 895,488 0000000000000000000069a2f8da93b52ee81a8f4b46a9371e787579fd734643 1.74 MB 2,589 2
895,487 895,487 00000000000000000001fc4913bb20d24a6c8e4ee64df0864e8ed35a89d3e551 1.73 MB 1,572 2
895,486 895,486 00000000000000000000485c115cd0a64ccefb3072fba84e51992685bd12f6df 1.40 MB 2,247 2
895,485 895,485 0000000000000000000219bf77d5833442dd4335d1942ef7975c6da14d8d08db 1.21 MB 1,993 1
895,484 895,484 000000000000000000018a5f3ec7c6e937d01c90acf9817e32282b42aee1e012 1.69 MB 2,039 3
895,483 895,483 000000000000000000015f48e0e96d7bba6cce01718914c7b31839330a7d4c16 2.12 MB 996 1
895,482 895,482 00000000000000000001f59e10cc04791ce8b868d3d658dee56a3de7ff2c4756 3.56 MB 1,186 1
895,481 895,481 0000000000000000000013fed2c323387dd285621a90b793dcbc8414262127a4 1.97 MB 3,116 1
895,480 895,480 000000000000000000009df7759b1c8ed4516fd3913ef400b23e1682dd0b0245 1.97 MB 3,799 2
895,479 895,479 00000000000000000001bcfa80401787ec54ef49a954cdb2af53e51cdfb93036 1.50 MB 3,037 2
895,478 895,478 00000000000000000001de03f16c34288b209a6290a858005fc7957d0d1cf687 1.41 MB 2,363 3
895,477 895,477 0000000000000000000023e8b90c3efb08d6c3625807b004bbb87100c14ba5a4 1.57 MB 3,765 5
895,476 895,476 000000000000000000003025ea8b886353a5ad2882a10d4ee9a145c8b1828cf2 1.93 MB 3,692 2
895,475 895,475 00000000000000000000d0b36ad0b77bc3bdd31c12816a492e30ba350c5e7c63 1.27 MB 723 2
895,474 895,474 00000000000000000000056295ad7292d2900ac0e8b5c45a9f87c33b6f7ef25d 1.70 MB 4,101 2
895,473 895,473 00000000000000000000d056b3d9bb7676e3eaf4e9f8cb9acf8e4b9ec5d76746 1.64 MB 3,269 6
895,472 895,472 000000000000000000005e280c04bce7a39cbe49b4df9c2503857f6813b66df6 3.44 MB 670 1
895,471 895,471 0000000000000000000226a69691b90c5a47652803674356c4a5545b20b11521 1.64 MB 3,823 1
895,470 895,470 000000000000000000006b99f7bf0436cc04d41bceba5d8032cb99a2996990b1 1.29 MB 1,596 2
895,469 895,469 000000000000000000002ce00db9dacc3787376b53fa5dc795b0e76cb202cbb3 1.56 MB 2,914 3
Previous 10 blocks ↓
Total Size: 769.48 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,646.34 GB sent, 95.31 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.