Memory Pool Memory Pool Refreshing

2,553 transactions
2.23 vMB
Show Random Selection Loading Transactions
Max Size: 8/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 1.00 vMB 1,525 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (801,249 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
106,556 106,556 000000000000c2595acb8a9b9df1dcb0f9787b104dbff13f88d7d806ce85550b 0.00 MB 3 0
106,555 106,555 0000000000020e59b0e8ab19de57528a4ee9e7b397d844685e39b319f6d7b471 0.00 MB 1 0
106,554 106,554 0000000000003d78037a78e7170366f2ce86d8f975cbaea1bf6e9d654395cd67 0.00 MB 3 2,415
106,553 106,553 000000000002dc6792e447f83bd0e696fb7957771406cd38315ba0aedf61d1bf 0.00 MB 8 0
106,552 106,552 000000000001bf7024b96f21bedf91b90b7b87b13b21fb9bd43dca96593a2ccc 0.00 MB 5 0
106,551 106,551 0000000000024b2f71e0237ebbb0533040d3af05a9b1fc3fb3354ee5e653fa80 0.00 MB 6 0
106,550 106,550 00000000000118cb07376fb0348ad0e57b4bc97e680c7956c68f423f77d1a9ab 0.01 MB 19 0
106,549 106,549 000000000001081d339e9100cd6332cc9831e05a0ffdb0204d8b9386f337b787 0.00 MB 2 0
106,548 106,548 0000000000024779d61509fa4e158f69b093d1332f15e0731d921ffaa0ac0fac 0.00 MB 3 0
106,547 106,547 000000000001e78cc743b28a2695d787b108a3fa811f8014e1451d4973a5ebe5 0.00 MB 2 0
106,546 106,546 00000000000119830e9c70ec675a5083444a2215e8c8f631d0a0523adc644c67 0.00 MB 2 0
106,545 106,545 000000000001469eea000d66743e1df09fe4812cf99fda0ade8a9ad0433c63ff 0.00 MB 1 0
106,544 106,544 0000000000022dd2d7345078aa82b5915d5d94bcfabb8077a9b756728e6e2b36 0.00 MB 1 0
106,543 106,543 0000000000006af2428b4f4b54f0a987b4635473d421f9bcff9da1e094257f76 0.00 MB 1 0
106,542 106,542 000000000001151b607b074803e840e9de2a294ac203595d847e812ac4bfc948 0.00 MB 3 0
106,541 106,541 00000000000141de42bc8c2651489b23cf18b94f269abce7c655af5515143c66 0.01 MB 24 0
106,540 106,540 0000000000023cd2d97e52e507e73979261384385aa9d02663e834c34a4bda03 0.00 MB 5 0
106,539 106,539 00000000000141871d57fba3d98251c93c0805a17dd6ee6b299918eccd893243 0.00 MB 5 0
106,538 106,538 000000000002d6328fc3882d1eadaae86b6eff22c59a952eb95825e0ac947f90 0.00 MB 4 0
106,537 106,537 000000000001ee0aaf724ba18d63f62b198f92f316741ea38bfb7f8f0e2e7b01 0.00 MB 2 0
106,536 106,536 0000000000028edd923315a67943911c6239c32137b65bd36fc786b41805d9de 0.00 MB 3 0
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.35 GB sent, 93.79 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.