Memory Pool Memory Pool Refreshing

4,229 transactions
2.02 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,736 (234,741 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
672,995 672,995 00000000000000000003abbb1a37fb57244beb339a8939280c84fd69ba02c601 1.36 MB 2,613 76
672,994 672,994 000000000000000000000a7dd003058595cca6b30157e814d90affb7c28f2862 1.65 MB 900 41
672,993 672,993 0000000000000000000b35d378a73a52efeb335f1d7563bcfcf58099ed2b126c 1.32 MB 3,086 108
672,992 672,992 00000000000000000004c99a7222b5413e6b999bb314fbeed40ca21106ce4657 1.21 MB 3,391 69
672,991 672,991 0000000000000000000b35824ec1272f23d15302503a5a0a761dcebf5e1f195c 1.14 MB 2,156 95
672,990 672,990 000000000000000000020aa68739cb89f1ab3d66d97d7960adc1b6aa44ec6c6b 1.31 MB 2,547 119
672,989 672,989 000000000000000000034257886f7cf786b3d9068fbaf3b9367ca1a29ea5cacc 1.36 MB 2,873 133
672,988 672,988 00000000000000000008c1b48f095d6b5c2e2e72f744d0f8e40ce5d3e04abc03 1.24 MB 2,987 56
672,987 672,987 00000000000000000009e3fa91f0ee93d08adf18c4278191fff19509458b3a10 1.24 MB 2,917 96
672,986 672,986 00000000000000000003d6f6822142741dcd1d9a740d4ff507af919097e8ce13 1.27 MB 3,085 117
672,985 672,985 0000000000000000000c00997344f58c7c94e0afd67324d9033bcc601a3fea07 1.21 MB 1,547 103
672,984 672,984 000000000000000000061e56779bc208f054d8698ff0c87e088faf9e72cb1741 1.26 MB 2,153 126
672,983 672,983 0000000000000000000b1c1d25645f7176a87e52e2b6906ade241ba572490ea4 1.31 MB 2,636 128
672,982 672,982 0000000000000000000727863341b79eaee48d83af3851991b7f43fda77ffc2f 1.41 MB 1,581 41
672,981 672,981 00000000000000000001324880a6c9e1ce34d2deb42c12e05ae3274bd2b83e72 1.15 MB 2,622 63
672,980 672,980 00000000000000000008aa00c5199cdc1d5e91867331a0bd0a5222303f19206d 1.29 MB 2,847 88
672,979 672,979 0000000000000000000858c52b118cb71b4be5e6ab11b89a49f409341b07be4c 1.27 MB 3,006 86
672,978 672,978 00000000000000000003943eb2ce43b50481c5ae4d2fe921eebe9bc939a76cb9 1.25 MB 2,971 76
672,977 672,977 0000000000000000000b253c1ea09b396bb644b5b7ed0fdbd4185082c1e6136d 1.25 MB 2,931 90
672,976 672,976 0000000000000000000a3fd129ed526ac9fa0299cc348e5acbad00dff238ef7c 1.34 MB 3,115 136
672,975 672,975 00000000000000000006bf8d1f053dfdf6f1ed38743ad47e4c15300f80584ace 1.28 MB 3,102 52
Previous 10 blocks ↓
Total Size: 769.05 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,627.49 GB sent, 93.13 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.