Memory Pool Memory Pool Refreshing

89,426 transactions
30.49 vMB
Show Random Selection Loading Transactions
Max Size: 175/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
846,158 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 6,590 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 846,157 (387,854 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
458,303 458,303 00000000000000000007468034df48f6a17a0cc4f730ad51aeb8e24ed4b8b426 1.00 MB 2,140 246
458,302 458,302 000000000000000001bf839a724403e103dc3b67e31338ee697c97ea302158a4 1.00 MB 2,338 241
458,301 458,301 000000000000000000fbb122ada2aa333ea722ad15e94790575b4d6086fb999c 1.00 MB 2,293 145
458,300 458,300 000000000000000001eadbadba7385ea8843feee998a5a095d5da575c9fbd2ff 1.00 MB 1,583 167
458,299 458,299 00000000000000000008d316a4c757b5cc2dd48eaafe43007e172f85892fb6f8 1.00 MB 1,555 217
458,298 458,298 0000000000000000017f04658e09c8d66dc60c5c5bdcf103fc32ddf7e97f3dd1 1.00 MB 2,057 154
458,297 458,297 0000000000000000002c9e91138f79d0ca1766b8ccda8e653b94302edac3d487 1.00 MB 2,342 211
458,296 458,296 00000000000000000023b8a48668b628c5517f9ed678551256c62c1c563bd36c 1.00 MB 2,443 238
458,295 458,295 0000000000000000024f02ab8e3e33c7c04393ca3a26350846450bcdd38f59c3 1.00 MB 1,606 172
458,294 458,294 000000000000000000105091826df32ea60a5a781c39a13b93fe1fadfc2bf878 1.00 MB 2,748 289
458,293 458,293 000000000000000001b147925f264803fb20840e24ce65a3f603bccaf4ebdc82 1.00 MB 2,465 249
458,292 458,292 000000000000000001af5cab8599dac59cc15f816c290e290e04db2620b10fe9 1.00 MB 2,703 284
458,291 458,291 000000000000000000a40a70aa80cf33c8c1e59e65ce511384141451250737b1 1.00 MB 2,863 269
458,290 458,290 00000000000000000010f7cbccf90061cf36ed196d8a650f0dc0194ad1b28e48 1.00 MB 1,577 375
458,289 458,289 000000000000000000e103df9a19042734e31a0eee0f874e3842be45831c33c5 1.00 MB 2,447 178
458,288 458,288 000000000000000001acacd4c9b4cc75c8d62f0ab8dde979375e59e18424faa4 1.00 MB 2,657 152
458,287 458,287 0000000000000000022b0cb82c19725241a7304c6114898a6e6c96527325362e 1.00 MB 2,141 148
458,286 458,286 00000000000000000139c6b793f302e4d1d69c1db48c3166c8b608599fcc5856 1.00 MB 2,486 203
458,285 458,285 0000000000000000021be9dda851442ef37f4400b4e70fa2e82c7b44fafe63a3 1.00 MB 1,800 147
458,284 458,284 000000000000000001911f72228f5e3f950acfe99905449500144958af671f90 1.00 MB 2,136 221
458,283 458,283 0000000000000000015ac1f99d90969f0b486d0b7c523e3bf6a082476591a1b0 1.00 MB 2,637 226
Previous 10 blocks ↓
Total Size: 654.51 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 9,378.30 GB sent, 89.49 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

All of the data comes directly from a Bitcoin Core node running on the same server as this website. This data is retrieved via bitcoin-cli commands.

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.

Limitations

This is not a fully-fledged explorer as it does not use a custom database.

This means there are a few limitations:

So if you're looking for a more advanced explorer that offers these features, try mempool.space instead. But if you hate beautiful websites and only want to dig around raw data quickly, this explorer should do the job.

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 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.