Memory Pool Memory Pool Refreshing

10,347 transactions
4.69 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,352 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (617,134 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
290,591 290,591 0000000000000000119cac5046e9de162c9a492519e1b725d5fe522b89b8e153 0.30 MB 512 25
290,590 290,590 0000000000000000c318c7ad8d9ec3fb591f839d7e9422122c2b37f615161afa 0.35 MB 524 21
290,589 290,589 0000000000000000d9ce158bdcd5cb3a142318f467a598c2404a582034a7d5e4 0.48 MB 728 30
290,588 290,588 00000000000000004752100956b172762e27e346629d42b032f8c3a67517612b 0.34 MB 500 27
290,587 290,587 0000000000000000986e16d27cab495b85847e9100d0384ceeb4c0538f74c59e 0.04 MB 16 8
290,586 290,586 00000000000000002bf0aeb4fe24a39e01947193ec2f6700f0bdf446c9162ad0 0.23 MB 101 14
290,585 290,585 0000000000000000987863829422a18be1c8f7f6de6ee368a2478a301b61888b 0.35 MB 788 34
290,584 290,584 00000000000000002a39a60d4ed18c6ce64be50e043f2e72e7f04264f0ac0e66 0.18 MB 512 49
290,583 290,583 00000000000000000de3f3c9351eab719885d8a209693d0f42945350323b208d 0.32 MB 511 29
290,582 290,582 0000000000000000906a48e7cee55ed7c489b7cf259109dd7060606fa1df2169 0.27 MB 256 22
290,581 290,581 0000000000000000d255911947864633a96e9edfc5e4bfdc21df990f8da7099c 0.23 MB 512 36
290,580 290,580 000000000000000025efce0661e26ed8716825b2c85ee80e85d9db375190af75 0.14 MB 228 23
290,579 290,579 0000000000000000fee9ccd848f4f68aa06e218799eb40784cb0b20d1af7acd4 0.17 MB 404 48
290,578 290,578 000000000000000052914bf4f03eefa3e38c62f024b57e39d32fc233b8a3e4a0 0.64 MB 367 16
290,577 290,577 0000000000000000a584f779d8f94f68e81178fef1f599dd892fa3586a3862db 0.13 MB 116 12
290,576 290,576 00000000000000000609685d9dfd6d6887eae6c7270225a712467dd26c1b9ec1 0.51 MB 773 29
290,575 290,575 0000000000000000060d191ec1b2b5e6d862468837218d3281590b6a8805378e 0.35 MB 650 32
290,574 290,574 0000000000000000f6b42b1e259a2c24c17d2e8064f80769c4bcc70295f09dbc 0.35 MB 535 20
290,573 290,573 0000000000000000fb1e9baac794be32d25bafb93a8e92e654524bba8108a068 0.33 MB 1,024 49
290,572 290,572 00000000000000007b89113a5c97dca9af773cc240f5f484c7d35aec0c310e46 0.35 MB 761 34
290,571 290,571 000000000000000091dda26cc8f143bb960daa28db48ca755d2095e1cace5222 0.03 MB 22 3
Previous 10 blocks ↓
Total Size: 769.03 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,625.73 GB sent, 93.04 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.