Memory Pool Memory Pool Refreshing

2,415 transactions
0.69 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,795 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.68 vMB 2,404 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (712,351 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
195,443 195,443 000000000000038e904e4e44fb1d2ba56de2655aeea09a855b5c11ecd482dd1b 0.11 MB 293 169
195,442 195,442 00000000000002f26fd43f608320b9c0e374f24326c2d232d835631d4184cc17 0.03 MB 45 236
195,441 195,441 00000000000003caa5c99f4745fa5b14c0759cf75d39bd0f0394de32035b7205 0.05 MB 114 195
195,440 195,440 000000000000023227301f15ddac232d8fccf54f7bd2233ee46a799051150df8 0.20 MB 550 229
195,439 195,439 0000000000000785b14eb9c19818364ae1d19556ff8d0f8c36587898696caa67 0.00 MB 5 470
195,438 195,438 000000000000012365da0567796ca542362a8fc1ac50ad5524aee403fd0aab2c 0.03 MB 84 12
195,437 195,437 00000000000002f346b847a618efe61cb84ec75c34c91a6d272f5d1c059dca6f 0.01 MB 24 56
195,436 195,436 0000000000000012c5f1383e676022435f70b8335c8c85d644761f9c357cc1cd 0.06 MB 176 288
195,435 195,435 0000000000000169e6f78a72f847cdd7af7771887e7cfbf277b877a50065074f 0.02 MB 58 175
195,434 195,434 00000000000005392f09be12b527edac47b926ebfc847bc065b8e76b9c355531 0.01 MB 32 0
195,433 195,433 000000000000042b47830462134374a45251e4bca7da14f48c43694e84d21ec3 0.05 MB 110 185
195,432 195,432 00000000000006892554f8a2d923fa80c9c974e6dea0a649084c4e72926c9faa 0.00 MB 13 0
195,431 195,431 0000000000000712d7d6c54bc10730d9b55461ac0a03086c7a33f0bee6ca9111 0.01 MB 35 426
195,430 195,430 00000000000004c8075e3636b475137cbfb4ce1a2bd52294e98bffe7f91abced 0.03 MB 54 169
195,429 195,429 00000000000005709f79ac4a2e259ec662669810dcb768f0c1bfeb09d468e2f8 0.09 MB 256 246
195,428 195,428 00000000000006078ab7029b2cde0fa93b30dd553dee7f7e9825b2100c5bbedb 0.14 MB 326 163
195,427 195,427 00000000000001275638b428303490b46b6d67b22815c6e640d0757e77b0713b 0.00 MB 12 91
195,426 195,426 000000000000004f2d7fb90b4dd03e136a0255b7f7d1a46be91d310cf65803a6 0.04 MB 114 85
195,425 195,425 00000000000006c9918435e97d3aab46f85cf228d02230ed7ab0101f9fbbc94b 0.08 MB 209 138
195,424 195,424 000000000000051465b9314cfacc983add04b73f8ed7687c9d16285851a244a2 0.09 MB 256 189
195,423 195,423 0000000000000544abb00ee93b2a72261c79bc6dd81f1c64df24749c563a6c0c 0.07 MB 164 225
Previous 10 blocks ↓
Total Size: 769.16 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,632.68 GB sent, 93.66 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.