Memory Pool Memory Pool Refreshing

660 transactions
0.16 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,989 00000000000000000002349e0000000000000000000000000000000000000000 0.16 vMB 660 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,988 (9,524 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
898,464 898,464 000000000000000000018fea870f527c0837e76c90893f7d452ff046e0ca809c 0.24 MB 726 1
898,463 898,463 000000000000000000002ad8a7031e338ac2cdb643ac95feb7757b787f17cb07 1.80 MB 3,238 1
898,462 898,462 00000000000000000000c854d4dbd1aec8d599cae7c3f4bfdbceed36a49d045e 1.89 MB 1,480 1
898,461 898,461 00000000000000000000596e160969f0f7a57328d0c0ad7d850e8e4568e7013e 1.79 MB 2,763 2
898,460 898,460 000000000000000000021de587c5338117ac6971c0de29bf875e5d6d56ae8651 1.55 MB 1,087 1
898,459 898,459 000000000000000000019f0c746276b50de6ebc9bad363f0b2737f1a426e1b30 1.28 MB 1,173 1
898,458 898,458 00000000000000000000598308f7ec77e8507542d09ca7cf68c959e35b2d4c9e 1.38 MB 2,005 1
898,457 898,457 000000000000000000016c2d4e90e36c84046cfcd872c7990d43464a6ccfaeb4 1.84 MB 458 2
898,456 898,456 00000000000000000001d3c897056a324b1ba24115156bc4ae631c2347c48a26 1.53 MB 3,008 3
898,455 898,455 00000000000000000001162703f4b25b6d9a6aa160c2c356d93fb5810a1fbbdd 1.63 MB 2,966 3
898,454 898,454 0000000000000000000038904daca7f2aeb795457ea197bf513edb0f9db210cb 1.69 MB 3,233 5
898,453 898,453 00000000000000000000adf7bbb2fd122567ba80b2c2bac12cd2c0b2220370ea 1.62 MB 3,514 3
898,452 898,452 000000000000000000004839cd6d2676f1ca678223e55c14914724361a2cdffe 1.52 MB 3,583 8
898,451 898,451 0000000000000000000143b69c02b9990aa2fc24586ef014bcd5e256a854cb10 1.60 MB 3,674 6
898,450 898,450 0000000000000000000163cff7233b1f8ebf7f6c16a7b70b9d841fd5b7f390b2 1.73 MB 3,711 3
898,449 898,449 00000000000000000001efa9f6d27ba53a5796ee1086307dd38195646ca41254 1.59 MB 3,857 15
898,448 898,448 0000000000000000000155c0a72e58b432d6f021ed20754bfe7fa62953a6b674 1.62 MB 3,470 11
898,447 898,447 000000000000000000015b28e5e4a6bccd4f4932ff31e6740e850127ec65be68 1.30 MB 695 1
898,446 898,446 0000000000000000000028d6cec17b910fc2c3020b504b9bbdf9dcd72409e2bb 1.72 MB 3,582 4
898,445 898,445 00000000000000000002039eae9d08ff9817cc0368e79c11bb462de64c2f3f95 1.73 MB 1,626 2
898,444 898,444 00000000000000000002493c848af454c9f310255703e8b826ca1e5d6a79eb17 1.68 MB 2,354 3
Previous 10 blocks ↓
Total Size: 769.53 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 1,647.89 GB sent, 95.55 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.