Memory Pool Memory Pool Refreshing

3,875 transactions
1.75 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,995 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,357 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,994 (799,682 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
108,312 108,312 00000000000016f74c768edd0eb53e7d5e4a944b1ee5ddade3cdc8981d016e81 0.00 MB 2 0
108,311 108,311 000000000000a7b6dd68ef615c92677a4864f9e82b0c4bf3e90cc2e81ce67381 0.00 MB 5 0
108,310 108,310 000000000000b1fdbe4808abd6757bd49948e83e1f2bec5c1d9eae35d01c5841 0.00 MB 3 947
108,309 108,309 00000000000242079fc597b9be356fa731133a2f07da88aad43639a9cb1ab7aa 0.00 MB 4 0
108,308 108,308 00000000000254947e6f2bf14ee53fcbedbd8be93ede2db63e088cf014290c7f 0.00 MB 2 0
108,307 108,307 000000000001d7174e502ae89bd8d2fa321213bdfab362fdc44cc2a06f143bf3 0.00 MB 11 340
108,306 108,306 000000000002354e0e580292185779382b1790e45c8731441c61cdcd91fa94f2 0.01 MB 41 0
108,305 108,305 000000000002481c595ba45fdc4286886f1fbcb30cd2b1215b9ec0184e8849af 0.00 MB 4 0
108,304 108,304 00000000000028aacc155ed6654ab65430cbfd1b18ee56eb8eb4bcd202a7f0db 0.00 MB 1 0
108,303 108,303 000000000000cdece1d2d855b7f7b4c988f744a697fafb076985c8d0f6c9cbc3 0.00 MB 1 0
108,302 108,302 000000000001f58161c000d657218b4cfce175ab14515edd956c4c9674cc5867 0.00 MB 2 0
108,301 108,301 000000000000afb8d5436811dbef25708923b3e76b8cd563a4f13fe590e9a4e3 0.00 MB 1 0
108,300 108,300 000000000001a7d94230aac603bd9e62ff15045270f327cd880a3a181e976b06 0.00 MB 4 0
108,299 108,299 000000000001079a6b23cfcca91aa2b719275f80d93d0ba5def1ebd7d6884f9c 0.00 MB 1 0
108,298 108,298 000000000001602c122bb62ebc3ef35201e10d924c26c543d13a4d67eba99006 0.00 MB 1 0
108,297 108,297 000000000001b26ffd905d23111cb4c994f75ed352a1102cfdc2e615e9d6e5fc 0.00 MB 1 0
108,296 108,296 000000000001d78b4215481ab7b93a8e2d488222e83110cb2c63413e2818e8a3 0.00 MB 1 0
108,295 108,295 00000000000141d653be1f91218d45cb4743841189586e047329c98404189216 0.00 MB 1 0
108,294 108,294 000000000000a50db6963b918e7fdd70a822718a4f00d46a567e7fa0a23ef5e3 0.00 MB 2 0
108,293 108,293 000000000001f31755f1ff427f401c60922cde16fc64543aa3a787cf5737584d 0.00 MB 1 0
108,292 108,292 00000000000026e9d4f230ac67ad6e7727f6f0d2ca37cb08df3aab6bf80bf60a 0.00 MB 5 0
Previous 10 blocks ↓
Total Size: 769.54 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,648.20 GB sent, 95.63 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.