Memory Pool Memory Pool Refreshing

6,796 transactions
3.02 vMB
Show Random Selection Loading Transactions
Max Size: 16/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,825 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,754 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (440,553 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
467,271 467,271 000000000000000000474f1614850d95b2358d75c08b1f4a0d0fd8fd4b201895 1.00 MB 1,559 196
467,270 467,270 00000000000000000110a1fc71e80935f8a8a30b7fa5f911fb7b1a54c267a7f9 1.00 MB 2,379 198
467,269 467,269 000000000000000000999535b05724e7b059aa9dc5955f91db6c64a4122daf3c 1.00 MB 2,109 218
467,268 467,268 0000000000000000010d1fecd817e30ac44c3e82453a84b54b31674e8192a4f8 1.00 MB 1,376 151
467,267 467,267 00000000000000000186268216b656ae0d5aa7ef9cc9ff73dee35c0ee89b25e2 1.00 MB 1,812 270
467,266 467,266 000000000000000001969769d932a8aa01842a2c31a54bdfd381c27fce7b0b3a 1.00 MB 1,202 225
467,265 467,265 000000000000000000697ddcb0085d5f98b5112ff640c6abf94e809c51f95d05 1.00 MB 1,636 202
467,264 467,264 000000000000000000d9b5d17ea437f1d76e5dac0fffa9a2bce7be98bfaa5ed0 1.00 MB 2,082 236
467,263 467,263 00000000000000000147e29c27367361d0bc9e40aac6ed024c657734589e6e2e 1.00 MB 2,361 151
467,262 467,262 000000000000000000c745b5e174fefac16f3bd00a4454a84150601d93a4712a 1.00 MB 2,151 244
467,261 467,261 00000000000000000002d0b29672dcd8c4cadbce7d0b2cbb8d2445b7b5b13875 1.00 MB 2,605 306
467,260 467,260 000000000000000001e5dd55dffa4e7140b6a2c01b016e126af7ae7094e0e8fa 1.00 MB 1,910 197
467,259 467,259 000000000000000001e2e31d7e30e5120bdccb17ac156e9b0e0a75c1eb36f1d9 1.00 MB 1,851 232
467,258 467,258 000000000000000001823e492027213bd4e7f65451a5ef0a2c5dfd2cdfbeb1ec 1.00 MB 2,019 211
467,257 467,257 00000000000000000030be79bb268243fbfaea5aa990d048792b8dadb3c40cd6 1.00 MB 1,372 128
467,256 467,256 00000000000000000122656edab11c342410882f081415cf1315a0b036d54987 1.00 MB 2,160 218
467,255 467,255 0000000000000000013a797dcafaf95ba07c477c1d7ea527d0606ac076b5605c 1.00 MB 2,394 330
467,254 467,254 000000000000000001393a1d96ed7039fc3dae778f2ff005f5928396bbe4d50c 1.00 MB 2,312 170
467,253 467,253 000000000000000000ba16cc39084016effc34300296aa195f5706f4f6c700a5 1.00 MB 1,977 240
467,252 467,252 000000000000000001a891f7c0000d67d347320784416cdec4b5a23923430252 1.00 MB 975 259
467,251 467,251 000000000000000001c2be3848f7f68060dc3fe915303403a195bbbb3f8516bb 1.00 MB 1,651 284
Previous 10 blocks ↓
Total Size: 769.21 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,634.55 GB sent, 94.00 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.