Memory Pool Memory Pool Refreshing

664 transactions
10.72 vMB
Show Random Selection Loading Transactions
Max Size: 43/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,342 00000000000000000002349e0000000000000000000000000000000000000000 0.95 vMB 556 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,341 (861,620 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
46,709 46,709 000000002d1b947145807880f166ea3b99b566c1bef5751a0e81dd98388d6933 0.00 MB 1 0
46,708 46,708 00000000002d70a6973257b227fe0fcc0ef265733e5d8a4b08ff6f79c33ee984 0.00 MB 1 0
46,707 46,707 0000000021a02bc561c3db9b0c94d96eff7e64f799a3d16f7e8391e42b88823d 0.00 MB 1 0
46,706 46,706 000000000e79678ec143ed46acc850ca7b216208e84d2753ecc3d21ff763936c 0.00 MB 1 0
46,705 46,705 0000000023ad09a4274e997dccbe114ea8913e31db478ce3eafe84d13927e296 0.00 MB 1 0
46,704 46,704 000000001c6ba72852cec8892e369b5d8dae032430c4addd03c402331cbd79db 0.00 MB 1 0
46,703 46,703 00000000230880b98927809438f0c7679709ef44ae2f7ab55bb2fa8888086447 0.00 MB 1 0
46,702 46,702 00000000288807d54fec5bc6b73a613c8dd0eb32c94db404a6e818792eda522a 0.00 MB 1 0
46,701 46,701 00000000360db3bd34359781cf7026763943b2aa119930579d1319ac3f6bcf64 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.30 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.77 GB sent, 98.78 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.