Memory Pool Memory Pool Refreshing

9,259 transactions
3.05 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,859 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (657,607 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
250,090 250,090 0000000000000042df244299fca7b5ec2b16163b0500bd39ad810f35bf147dbf 0.25 MB 562 132
250,089 250,089 0000000000000067f7e5df0c745b80beb4637566bda56cfa6051846e8185a0d7 0.07 MB 132 124
250,088 250,088 000000000000003d8ec00e2cbaf8090697b1598abe1e209960e55f0884d6044e 0.15 MB 324 114
250,087 250,087 0000000000000043fcc0d12d4cc3adb26f7b18d167197499ec1eeb910c267790 0.00 MB 4 45
250,086 250,086 000000000000003e1de98b6fe18e7938fd59f7083827681159196a965088ee15 0.15 MB 287 93
250,085 250,085 0000000000000010bb1fc98a93c2355828a23b1295d3beca02ab169fbc75273d 0.14 MB 296 132
250,084 250,084 000000000000004bc2dc21721b16589ad3ded1d9909eb5ac2babe71321ebf4b4 0.00 MB 8 139
250,083 250,083 000000000000004c623553ea834006364264cf644a123edf8e7e9183aeebfa8b 0.09 MB 138 93
250,082 250,082 0000000000000007df824fab9abc277f453330a1ba356ec1eca5e31ceafc8ac6 0.06 MB 122 159
250,081 250,081 000000000000004931541a31b49198c379134e8b75d102ee679f111d3ad9149b 0.13 MB 277 104
250,080 250,080 000000000000000fd041c5458ab9170354d8879005b8e57bdee68ec674b12d85 0.20 MB 417 101
250,079 250,079 0000000000000065a6abfee7952773c6efc36000af2e68a7d22a719b28198505 0.15 MB 303 111
250,078 250,078 000000000000006c6e8ad6e4838e2ad1a02fa55d4f22c45418742571d95d3be5 0.10 MB 225 135
250,077 250,077 000000000000002b6ebbaf1ad107fa6ef271c8d1a87782c5a1a652877c754e3a 0.10 MB 222 126
250,076 250,076 000000000000001519db6d13478001ec070aa8c08909d41dec193154afb17cce 0.11 MB 228 109
250,075 250,075 00000000000000207aaa937494b79316fd5ed452855aeefa2abd7a332ae4810e 0.08 MB 161 144
250,074 250,074 000000000000000b0a1386cd32ac86711e5dc8b8387481f27968dae0e16b1b50 0.13 MB 317 147
250,073 250,073 0000000000000065ed460e4262aceaac64fb67e2a365822e89db3c8f96c9dc59 0.16 MB 256 59
250,072 250,072 0000000000000047311fd6e26796a2b534df51068af6d0997c9a48ecd52a2483 0.14 MB 343 113
250,071 250,071 00000000000000228d3e2456a4a6097684c61473777f9d0647175b4b5a05c2db 0.01 MB 29 163
250,070 250,070 00000000000000145f8fca6053e84dde1c694c99b3744957403f16954c2ca234 0.00 MB 10 65
Previous 10 blocks ↓
Total Size: 768.98 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,616.45 GB sent, 92.72 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.