Memory Pool Memory Pool Refreshing

6,851 transactions
2.59 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 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,700 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,648 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (623,728 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
283,971 283,971 000000000000000078ec5a01d5df8fe25998cac6a44d1dea88249fea2c375ed8 0.25 MB 612 42
283,970 283,970 0000000000000001bf314d69eab3617906dec763a4c8de8e842951825c204fc4 0.35 MB 526 25
283,969 283,969 000000000000000147df1ff83bebee409d4f562d1a605fe283391f07bf7c3eee 0.00 MB 1 0
283,968 283,968 0000000000000001d336594ab37a17c6735183d4dfe4215c37b3a30593ba78b5 0.50 MB 1,216 47
283,967 283,967 0000000000000000a836435d05be087fad255ce48bb105fcde17a882245d84bf 0.10 MB 89 19
283,966 283,966 000000000000000114fdc7775f65cc5bc15c9afb0a491dd68d67bc2ee1b7fdcc 0.12 MB 270 43
283,965 283,965 00000000000000002bd63612ab0d69ad8f8ac5264765cb5429ceadcc7ba6d7e6 0.08 MB 151 36
283,964 283,964 0000000000000001de90b521776403af155eaaf6ceeef0b00e62d86dc22d9fd2 0.08 MB 125 19
283,963 283,963 000000000000000032a128da7050fe743cd2ac456ec6c31e5a5b33a313e690c6 0.31 MB 557 34
283,962 283,962 000000000000000116801f90fe830310323002b0d490a1d6b1e3c3f3dc751077 0.30 MB 672 43
283,961 283,961 00000000000000013447e6849a7c230a49eb214ebe6735edde774bd4aeb0219d 0.08 MB 105 18
283,960 283,960 0000000000000001dd11d656317979b794aa03ad70b9e5ba26ae39ae7bdafb0d 0.60 MB 1,255 53
283,959 283,959 00000000000000008c54a256f1f2bcace41e225a4526fae0b5dc7f17d2984b49 0.07 MB 107 146
283,958 283,958 0000000000000001352f3bf74707f597b4892453acb7d762c6c22664c4591de8 0.20 MB 165 17
283,957 283,957 0000000000000000ef32673726befe3d7aa8d4c815e889faa1e6b4c0a178bb11 0.25 MB 594 33
283,956 283,956 0000000000000001a67b0cec97161c809cfa35461e10f70b4c79a0525507424c 0.35 MB 319 17
283,955 283,955 000000000000000157c307139d60c8e9f54561f1cfeeee8e2fd71c90f69cfddf 0.37 MB 468 25
283,954 283,954 0000000000000001beba0159d5ef35b54c1d6887ba18448379e74944575bdc59 0.35 MB 232 8
283,953 283,953 000000000000000130fc81e47aa6c70bcd88de062b81d58030b57f0cdff8764e 0.20 MB 351 29
283,952 283,952 00000000000000017005c4bfbb6404052efd7abcef209c31d959b31dba987115 0.20 MB 402 35
283,951 283,951 000000000000000082b87266ce4801a565063846b33bbe7f915b8d3f304dd33e 0.17 MB 286 32
Previous 10 blocks ↓
Total Size: 768.98 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.51 GB sent, 92.74 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.