Memory Pool Memory Pool Refreshing

8,506 transactions
3.90 vMB
Show Random Selection Loading Transactions
Max Size: 18/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,803 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,973 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,802 (252,145 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
655,657 655,657 0000000000000000000122ca88bdaa60ceb47d0c28dba6761c0e4edf29b356b5 1.36 MB 2,708 295
655,656 655,656 00000000000000000001682c9a79dece9ffc8cb3e9c520dd24dc6df226df10f5 1.22 MB 2,176 22
655,655 655,655 0000000000000000001031974aeddec9a2656e4d81e131d5374bc4416a93489d 1.37 MB 2,053 122
655,654 655,654 0000000000000000000716400a1b0298117925f14ec536b96479eeed96e8e039 1.36 MB 2,733 304
655,653 655,653 00000000000000000009bc1f9c1f9dd0ed05fcb4f0cfddd6d728c150da0dba18 1.41 MB 2,474 199
655,652 655,652 00000000000000000003b07c0edc87784ba2e839be9b68862b5c6711bcadba6a 1.35 MB 2,502 314
655,651 655,651 00000000000000000008f41200ff6127a72a6313246e9211b2701f901764322c 1.30 MB 2,429 160
655,650 655,650 0000000000000000000ea20809a5e2fc9d7f4cb6e6a833e98d4592c428b26f91 1.22 MB 1,901 28
655,649 655,649 0000000000000000000636e3179d889f2ff3725ebd241c90c19239ac61f95c6a 1.34 MB 2,522 241
655,648 655,648 000000000000000000019116a3f19ac6b2d61f57788e08d4eb1398dcd6872522 1.22 MB 1,540 187
655,647 655,647 0000000000000000000494fe4b6bd4257f99c503cadf03240aca892274be0e8c 1.14 MB 2,715 87
655,646 655,646 0000000000000000000070d86a70b850e1fdbed9a1e3c2a20d81d1838f5d58aa 1.16 MB 2,238 98
655,645 655,645 0000000000000000000b9d8ec09b2f7bb01d29b35661aea7861d35dbd3a3d1a2 1.22 MB 1,858 23
655,644 655,644 0000000000000000000a7c0729ad5ff26bec2e2e48055e74b36aacd7ebf70ceb 1.38 MB 2,162 172
655,643 655,643 00000000000000000009086b2b93d9d608d113386cda99a9c1874cebd332f15a 1.40 MB 2,147 155
655,642 655,642 000000000000000000031a33fdb5a9a82218168bbdc8b836f99c04f3905349cb 1.29 MB 2,463 118
655,641 655,641 00000000000000000001905dfca32d4e0efc9f6a39460da93ecaf84d4efd9f7f 1.37 MB 2,688 304
655,640 655,640 000000000000000000081314b0188b6ac2dde4365640a64323f34ec0c9f4ae14 1.22 MB 1,593 209
655,639 655,639 00000000000000000002771de4005a89689788868f51b8506c7d7c3ed237f89d 1.43 MB 2,398 302
655,638 655,638 00000000000000000008ca6bd047f3d4234db1588c21fc8b525ca26cc9b704e5 1.41 MB 2,934 344
655,637 655,637 0000000000000000000f7cc13abf26fac8d12f513de6ff2b06b053143c602f6d 1.34 MB 2,118 104
Previous 10 blocks ↓
Total Size: 769.17 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,633.27 GB sent, 93.78 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.