Memory Pool Memory Pool Refreshing

7,890 transactions
2.55 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,843 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,485 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,842 (71,414 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
836,428 836,428 00000000000000000000de824756e3c5ce8fd1efe03e6474f259c587e0515be0 1.74 MB 2,973 23
836,427 836,427 000000000000000000001a3a96b040dbcc00e887dadac09042af58c71c9e1201 2.03 MB 2,335 19
836,426 836,426 000000000000000000014a29415cb5295621d782a44b0811de6295496832173b 2.73 MB 1,423 15
836,425 836,425 00000000000000000001389b6f6c7d021e472ee2f6b534316cd5a30fc4c704e8 2.42 MB 2,186 21
836,424 836,424 00000000000000000002355a5e0ace8deb13586221db02e0496478437f6d97fa 2.45 MB 1,590 12
836,423 836,423 000000000000000000033e1164f4ac11aab216e69a0fa189c9ddff4d54e5db55 1.71 MB 3,160 25
836,422 836,422 0000000000000000000175a7621602d5d7dd2ff860f7d68d90d783a4dcd9e4e9 1.74 MB 3,018 22
836,421 836,421 00000000000000000001497bbb29b23b7f3b4f4914fa495a87aee84c14cf9717 2.15 MB 1,640 15
836,420 836,420 00000000000000000001e3d33824a72f15fa341cdd9ea62c577823f20bcd97df 1.98 MB 2,357 18
836,419 836,419 000000000000000000033bef40d9271b635a619469cebaa11c426cbc4a7ebccd 2.49 MB 1,688 14
836,418 836,418 00000000000000000002a73524b946e535096199dc5df93cf4831f7e0ca9495b 2.46 MB 1,820 15
836,417 836,417 0000000000000000000075645555adcdbffa11893bce21edcda0c11540f9051f 1.57 MB 2,999 22
836,416 836,416 000000000000000000029c1bfc0c699b8f4d162e2b489ae5c307a077140c6b5b 2.10 MB 2,416 18
836,415 836,415 00000000000000000001ff62b01e23ee24f3ede8e707fba44d7ac7728ee68970 2.41 MB 1,855 13
836,414 836,414 00000000000000000000e2d48768a1ca5377a4a7e06621cfc235f0208a9034e9 2.54 MB 949 12
836,413 836,413 00000000000000000000d1d22efc61cc9af3f308eacd2cdc49dc96e740b47171 1.67 MB 3,129 23
836,412 836,412 00000000000000000001422f689bb011fb3f512aa6e7cfab76a1fbcdfeb3fa5e 1.81 MB 1,953 17
836,411 836,411 000000000000000000033fbc731a05c35664d39864e6efedeb6019fec6ab854c 2.49 MB 1,358 16
836,410 836,410 00000000000000000002d60327c86cb6b180d22b0bcc8eb93c73ee0a0dc0f7c3 2.16 MB 1,991 15
836,409 836,409 000000000000000000011e9793419f57d62d2679fa725ea5d07924ad54237b2c 1.73 MB 2,227 18
836,408 836,408 0000000000000000000043cf8b64409591b1bf9b8290ce0829773033a5ce4260 1.55 MB 3,395 31
Previous 10 blocks ↓
Total Size: 769.25 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,635.10 GB sent, 94.16 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.