Memory Pool Memory Pool Refreshing

5,917 transactions
3.37 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,090 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (153,348 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
754,457 754,457 0000000000000000000389db338d1dcb242559911e5def0a0933a0d310396dea 1.32 MB 2,575 16
754,456 754,456 00000000000000000002a5f78914c01a4d09cec8bfd2ce269118c0686cb511ce 0.40 MB 427 10
754,455 754,455 00000000000000000001bd41097e2585668e911cb7a187945b4f085b849397ff 1.60 MB 2,060 12
754,454 754,454 000000000000000000037074d0e6d0d7d11fc80cbfddad6cd03d6f6c2ad3282a 0.36 MB 677 14
754,453 754,453 0000000000000000000349e95983077a0fefd991922dd2021e382bd45bf115c5 0.41 MB 616 13
754,452 754,452 0000000000000000000378b59c8802670924538f3c2837382c5c9af93e6ad867 0.49 MB 1,026 15
754,451 754,451 0000000000000000000415989fbd92629f85e21cf58d0e14f74b60ba06b17b05 0.03 MB 68 13
754,450 754,450 00000000000000000003450b190c9d11a576ed0ab783f361a20d033b659c2a7f 0.63 MB 1,155 14
754,449 754,449 000000000000000000044c9a33b3dd435b2a710af3395add28bc9b7187f5c0f7 0.35 MB 466 11
754,448 754,448 00000000000000000003e6122ab08629200efd1420be5c717854e1b695b778fc 0.53 MB 821 14
754,447 754,447 00000000000000000004b09c48902445428c31ff2c9f05694f2b4bb4db5cec43 0.56 MB 475 10
754,446 754,446 00000000000000000005af12e3727fc2a5ef3d1809db5312658a0fee99511f38 0.44 MB 723 18
754,445 754,445 00000000000000000004769ecadb7bd389f9663120fe92ed685ee666996edd2c 0.01 MB 47 14
754,444 754,444 000000000000000000030bd235d9708820edb558ca9a0bf76aaa69ee7968a129 0.12 MB 314 17
754,443 754,443 0000000000000000000231aac0e35f9b06132483a2154ba7b7ff884af872f435 1.26 MB 682 9
754,442 754,442 00000000000000000006d12349c1e27af790525bfab95ab16944d88d7723f414 1.54 MB 1,213 8
754,441 754,441 00000000000000000000d4de9a58d2f9b6b7c6bd2b285a765ea8a175cd43bd2e 1.33 MB 2,049 22
754,440 754,440 00000000000000000002115af1445f379afa0904a847c4746db30262e28b648f 0.32 MB 643 17
754,439 754,439 0000000000000000000249a0af8683350b9e155b39ed2bea2bf646a4b791d7fe 0.71 MB 570 10
754,438 754,438 00000000000000000005a92d23b1f237e62efc7f133bf345f360c2ec731521e3 0.22 MB 370 14
754,437 754,437 0000000000000000000684fe301b77f71f0fe57cdf28dfc2a8a18bcd8caabdd0 1.12 MB 1,022 10
Previous 10 blocks ↓
Total Size: 769.17 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,633.42 GB sent, 93.80 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.