Memory Pool Memory Pool Refreshing

9,344 transactions
2.87 vMB
Show Random Selection Loading Transactions
Max Size: 17/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
907,865 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,834 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (351,629 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
556,235 556,235 0000000000000000000bd53f9c1b20df547a4593d31879fe995c7fcba34cb654 0.04 MB 66 15
556,234 556,234 00000000000000000005db1ddad8e0a56aadabe98666bf0c975c7ca92d86d3bd 1.18 MB 2,310 11
556,233 556,233 0000000000000000001bfa04dc19fb4350255a6b4edc09e1b6c49f5f1a073b4d 0.50 MB 399 7
556,232 556,232 0000000000000000000792462058beaad41d9e1328daf44ddb9f739176b586be 1.19 MB 3,045 17
556,231 556,231 000000000000000000267d6502a95f22cf6610c0459adbbe9240eba997426237 0.95 MB 655 7
556,230 556,230 0000000000000000001cb9b2130f36d1d35163d5905d2a14797553ab57df8a00 1.16 MB 2,309 6
556,229 556,229 00000000000000000020a22aac9e2df075a957fb5c77bb02e4a86797c468d657 1.19 MB 2,654 13
556,228 556,228 00000000000000000013b6e7fa33a4575bb623c0c458ec4223c2ea4388cf90c7 1.10 MB 1,515 9
556,227 556,227 00000000000000000020a5d7ec59f02397037ac6efba3085f6e9a184062b0411 1.21 MB 2,142 25
556,226 556,226 0000000000000000000bbd4667b614547badd35e6d4d7b855aea90ba37fd3a95 1.07 MB 1,691 17
556,225 556,225 00000000000000000000d6b02f01e462af540c375329bbf3b363f5f44d6758ad 1.17 MB 2,155 33
556,224 556,224 000000000000000000052dc828fa221dba65ee5e15345124efcfcbe0970a2079 1.02 MB 786 49
556,223 556,223 0000000000000000003335d71e666e525a688283f5269ed27d3bd4e4e7096e36 1.01 MB 823 83
556,222 556,222 0000000000000000001161f6f74b32ce7157bb464ebce8d72aa003a53f85bd7f 1.13 MB 2,098 11
556,221 556,221 000000000000000000230478b4cb497e0807f5d5b2bfd4b566cb567121b7619b 0.09 MB 98 9
556,220 556,220 00000000000000000021d538e259ea983b02a0287200d5101f4f6f7c33faaa52 0.86 MB 1,575 9
556,219 556,219 0000000000000000000f9f058d1a3a59f6cab97dfa3d29e9210c8c3e7f1e3c14 0.36 MB 443 8
556,218 556,218 000000000000000000188795f00786e87d54501f4622b956e05893f1f6d40fff 1.09 MB 2,158 1
556,217 556,217 00000000000000000019a9985de2acb78e9b77771b2fe89097cf8b4092795478 1.16 MB 2,176 17
556,216 556,216 000000000000000000305bef8a11bb9a174d822a6815ef77e1e63458a2bf5fc3 0.15 MB 84 2
556,215 556,215 0000000000000000003477e9fcfc38a2fe9d076508d8860f2198b4f99d75543e 1.11 MB 2,282 4
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.49 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.