Memory Pool Memory Pool Refreshing

765 transactions
0.22 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,706 00000000000000000002349e0000000000000000000000000000000000000000 0.21 vMB 739 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,705 (666,287 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
241,418 241,418 000000000000008f50ceccf17f751eff1852acdbd8d4c12f505ef1c1acbcab57 0.06 MB 95 136
241,417 241,417 00000000000000d86ed103a10197a63de80ca88b7169668fffd2f9810ab40ac9 0.12 MB 220 130
241,416 241,416 0000000000000002130c22113f8e8752baaa588ef46fbe3ca42a27e5d16a43b4 0.18 MB 367 195
241,415 241,415 00000000000000343e376a03cec629d67babee38146206cf99ceb1dc47d47bf5 0.06 MB 137 149
241,414 241,414 000000000000000a6d09548c690cad59e321f44be9a10123dfb82c894a386b4f 0.19 MB 487 177
241,413 241,413 0000000000000099a4a8a65b02adbda844cb4b00c9926c3735954b1a339f7e32 0.16 MB 368 180
241,412 241,412 00000000000000b4fca0f525cf791acd8ca2107b4a6638af7830b6d229c18eac 0.07 MB 123 107
241,411 241,411 000000000000002bc421ea2f5582ba96b976e0005e5efb73e956a92931d97ed1 0.19 MB 350 134
241,410 241,410 00000000000000583c410bdb07ff2f1f27cbc51eaa16ec8faa7869f649a4c607 0.25 MB 624 197
241,409 241,409 00000000000000d1eba95d1de7c0f4c0602291711d14b3b615f8da8abb35ab5d 0.14 MB 237 103
241,408 241,408 0000000000000057428bab0866ef3aced23fbe73a0e52d30373a6dbca31a3d31 0.23 MB 468 162
241,407 241,407 000000000000005a09182ecff19416141d63e3cfaacff06ca5983deb0a68734c 0.19 MB 267 96
241,406 241,406 000000000000004eec470e5150005ef26711672bd4890ea3ca14ac925a3afe36 0.25 MB 659 205
241,405 241,405 0000000000000002cb63faf44cd304e7818c9250a542e1b69611698da61d4d6c 0.08 MB 256 238
241,404 241,404 00000000000000b1d51db88863ea9e3aa797497d3d7abbd40318b95b68a470fe 0.14 MB 341 178
241,403 241,403 00000000000000d566f86e51fe3e2f39e2fefcdf07a397e56e2a7900f48dea7c 0.13 MB 315 175
241,402 241,402 00000000000000ffe64299c6050fa903d4a5195a2af95d1538e07996a6a2bed0 0.06 MB 151 72
241,401 241,401 0000000000000100651f6fbc464532301b77266933cd41610ca1e95177b0544a 0.09 MB 131 90
241,400 241,400 000000000000002590349d867ec20dd6670892f5c749ab18914406056eee8060 0.15 MB 354 168
241,399 241,399 00000000000000c57d59dea707b626ec8e3e00afbd034fc052b402032955c24f 0.50 MB 941 106
241,398 241,398 00000000000000bd8eba73914b935e29f6af4d1bb1039c67d2865f68e23f466f 0.25 MB 533 134
Previous 10 blocks ↓
Total Size: 769.00 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.61 GB sent, 92.77 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.