Memory Pool Memory Pool Refreshing

7,397 transactions
2.54 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,866 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,466 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,865 (672,888 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
234,977 234,977 000000000000018d89f70cfa65cd36c7fae1d82e6f1a9746c644e5b8184810b4 0.47 MB 873 146
234,976 234,976 000000000000006fdeafb19ca3c74baa5f31f1f36f98b79fb914229d1dc7fe9e 0.18 MB 290 118
234,975 234,975 000000000000005278dbebab4d7b01041c3b329c8e5e1fdd26890092ad395fde 0.20 MB 419 145
234,974 234,974 0000000000000026ea256989e618af5f7905ed1468e2f702711efecaad226023 0.28 MB 529 166
234,973 234,973 00000000000000fa5c182376bfe3741473d61bd5b5c6dcc3256923440c4f9458 0.05 MB 132 188
234,972 234,972 0000000000000105fda45ddda3be03c0be33eea9d6fee7082853bc79ab4d5c5f 0.08 MB 149 121
234,971 234,971 00000000000001320553d193de45682fe00c66554dbf6141070c5498a80810c1 0.11 MB 250 157
234,970 234,970 00000000000000a99840fd1694c41caef45aeed68b1099d6f4eba1d99b9089d9 0.05 MB 175 3
234,969 234,969 000000000000009960edb48288ac788a14405cfb7a46a2fff63c57ca2df89650 0.19 MB 382 145
234,968 234,968 000000000000005ac7105d3208c49436e1365bf09ceac8e25ac2115b1bdfcc1a 0.23 MB 472 167
234,967 234,967 00000000000000c8e8f4492c303d45ecb3b0a094bf064e531daca827344dbf90 0.22 MB 557 170
234,966 234,966 00000000000000c0786fc02f56adfda3eebfab2bfdc14b68f84e50d8b8092b82 0.05 MB 122 198
234,965 234,965 0000000000000109446e452ea6c6f6efcab261c17472aad0a846272d00832ae4 0.06 MB 89 112
234,964 234,964 00000000000000a4e3749a10155ec5ed57e4e779a44aecc8f65bd66085f5d77d 0.15 MB 353 176
234,963 234,963 00000000000000085a88049a0c86640666154cb7ccca42770906d5f1be8184d1 0.15 MB 308 138
234,962 234,962 000000000000014910a8c5e30d7c88f836787c68254a3381d93830ef8b7d79a8 0.21 MB 479 164
234,961 234,961 00000000000000c199a15782adc6ac0085fb99a56b8ef78a0d6c152f8184c4be 0.21 MB 443 153
234,960 234,960 00000000000001594656445cf2f25d7d5240bdf96630f463ece6236d7240424e 0.17 MB 291 131
234,959 234,959 00000000000000bedc3904c4623b160a49cc3c35d61c59f45129486022a930b2 0.25 MB 143 14
234,958 234,958 000000000000019c6db9ad84646f94670f44b9187db74fd27ceb507cd6b94dd0 0.15 MB 178 113
234,957 234,957 000000000000004d979714e301bec502d451cf91110d205f554b274ea5b3a513 0.00 MB 7 75
Previous 10 blocks ↓
Total Size: 769.29 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,642.50 GB sent, 94.38 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.