Memory Pool Memory Pool Refreshing

4,215 transactions
3.18 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,812 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,708 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,811 (200,388 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
707,423 707,423 0000000000000000000263000f19a9ef685e952bc3c0bc87976e7cbe06097c1e 1.38 MB 2,647 6
707,422 707,422 0000000000000000000ccfc0b90b4ced2bcedebe2ce2316c5148b31885222ce6 1.47 MB 3,282 19
707,421 707,421 0000000000000000000773ad22eb68abf5caf3189fb57f6bdb58f6e163942720 0.05 MB 98 5
707,420 707,420 000000000000000000084347373efa7ef78db70c54278000f222941c18015322 1.23 MB 1,510 3
707,419 707,419 00000000000000000006bf6497996c64c4f50387c3dc4aa24103f37949fc9aa0 1.36 MB 2,468 9
707,418 707,418 00000000000000000007a313680f3eb8fe592adb0657793a2194e29210318cd0 0.41 MB 913 10
707,417 707,417 00000000000000000006f72466854cfb2aa9d2df51d3b525c775575a9cb84d20 0.94 MB 1,714 9
707,416 707,416 000000000000000000003b995b794aaa51cb8d5a29f048c57043533f3405292f 0.65 MB 1,053 6
707,415 707,415 0000000000000000000c67231f0bb3095aaf7917bd6fa0ea544e6eef6fce622e 1.48 MB 3,145 1
707,414 707,414 000000000000000000034d307cb4d6f672a51964b0a159b4d4ad7f41bd762c62 1.51 MB 2,868 8
707,413 707,413 0000000000000000000d2ca6c5bc7f4e11a94f425ed0e735275e6df9287bc6d4 1.44 MB 2,727 14
707,412 707,412 0000000000000000000c842e4abf8308e341d5b073082b06aa65c714410b1390 1.57 MB 2,178 4
707,411 707,411 000000000000000000061cebf744fa09fb98a06e1d8f0c86e166f520c2898afb 1.50 MB 3,151 18
707,410 707,410 00000000000000000009f522a889da85e7d9d7d61474fa45964aa8f5d5fcf8ea 1.45 MB 2,937 13
707,409 707,409 000000000000000000082f688e5a6555adeefcb1a7edff986c4b6813d48643a4 0.09 MB 172 14
707,408 707,408 0000000000000000000450935d4aa1f465cbe0bd8bbd91e5e8928c4a278d0ab4 0.19 MB 176 5
707,407 707,407 00000000000000000002498756275a5ef0855f1f00d0948f398fb82bed8a3994 0.60 MB 590 5
707,406 707,406 000000000000000000008a73c75dfc7be24af9953eb62de449059bc0185f2ccb 1.01 MB 1,678 7
707,405 707,405 00000000000000000004d711454a2cb49d6e3c52236e24dd89785e75d47386ef 0.40 MB 896 11
707,404 707,404 0000000000000000000255da2d25a3606a5a2c5e1f794d25b9ffa9a3073fd1ad 0.21 MB 331 7
707,403 707,403 0000000000000000000780212456e27ce73c7fcf37cdc534f5013add6cbdcbf3 0.69 MB 1,369 14
Previous 10 blocks ↓
Total Size: 769.19 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.65 GB sent, 93.87 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.