Memory Pool Memory Pool Refreshing

2,530 transactions
19.37 vMB
Show Random Selection Loading Transactions
Max Size: 78/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,324 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.97 vMB 2,327 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,323 (861,593 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
46,730 46,730 000000003602240ced32dfc0642f689b452c3144f541b676d27087260f61fc77 0.00 MB 1 0
46,729 46,729 00000000057e1e605fab549eb935a9d58356afe86423b289f5ad047344357b07 0.00 MB 1 0
46,728 46,728 00000000125ca8a4ec06aa8548359ad49614eb2b3e0222c5b87afcec33237b90 0.00 MB 2 0
46,727 46,727 000000000bc5fa676bde97c961d977d2174cbc5809628f3dc6f241173535caa7 0.00 MB 1 0
46,726 46,726 000000001985875f420e2c5d5ba74b9406c61a5cb1b775cefed8a6d3ec26f45d 0.00 MB 1 0
46,725 46,725 000000000d30817043b321668b3ee279cae8e733be7445bfc112f6b7548bbf42 0.00 MB 1 0
46,724 46,724 0000000007663db4384c8f29af23a54440eddc3141fb89b75a39e21e9cdd8f6c 0.00 MB 1 0
46,723 46,723 0000000035da4b1d9bfd660b7b4bcc6dc8c14b0983c2071420fe45d33209664e 0.00 MB 1 0
46,722 46,722 0000000018cc4c03fe8edbae0e6f72132aaeb80efc70253ccb033dd82206ae95 0.00 MB 1 0
46,721 46,721 000000001ed49860a751c75e5fd246d948fd4487224122cb862bef606acca735 0.00 MB 1 0
46,720 46,720 00000000213c43e5d3cf5e22a296a80573811fa21eb72d527057e79e5b5cdaf2 0.00 MB 1 0
46,719 46,719 000000000ceef644ace839919467c6fa56f1ff50e6bcb8dfc13deb3f79e97c01 0.00 MB 1 0
46,718 46,718 0000000021666c15bace4983d56cb4aadbef113de15926a25c958b65e0eff964 0.00 MB 1 0
46,717 46,717 0000000006ec3fc69b5b12bd0a2dca4d196608966b836cfef841f26fd6a1cb4a 0.00 MB 1 0
46,716 46,716 000000001487d79397064e6705cdb26733a84c7cb718becd7572b4d5ebc93fd9 0.00 MB 1 0
46,715 46,715 0000000021feeece9b65cee51a8246bc00ecee69b97734975b30c4b2229e71d1 0.00 MB 1 0
46,714 46,714 000000001f7819385ff8c632a23c02bf91636aed6bb25107e3bd0aec2915d064 0.00 MB 1 0
46,713 46,713 0000000020d677a52bcf86504562ff566ec2f4afe8a07a68f29c9626370648b7 0.00 MB 1 0
46,712 46,712 00000000002911913a91252a37cdc5b28a31b46705d99d0ec2ec7c32c7712f04 0.00 MB 1 0
46,711 46,711 000000001fb2d199c16a95fc525670269bb3838950b20f7c5bea3441c0813200 0.00 MB 1 0
46,710 46,710 0000000018573d8b5e2fdbb93dfddeb5f7f0156bbc983ab75f591c2201e1c64a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.25 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,701.25 GB sent, 98.66 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.