Memory Pool Memory Pool Refreshing

4,838 transactions
1.40 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,392 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (109,750 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
798,113 798,113 000000000000000000019707a9f719986fffdd6831a7dd787e432d96a6abdc72 1.62 MB 2,785 22
798,112 798,112 00000000000000000000c3ddc1e04862d227ba1770570eecd1d51118d23c6166 1.46 MB 2,404 6
798,111 798,111 000000000000000000015559f1a2867deacdda9a574ebe8e977b649830c47b32 1.51 MB 2,695 14
798,110 798,110 000000000000000000023417511a3203121f81df60f1e0669d094211dfbe1f9c 1.39 MB 2,051 13
798,109 798,109 000000000000000000023e6ce27d6ce6c2743515d99a9fb0e3d158c21b48206f 1.80 MB 4,012 8
798,108 798,108 000000000000000000024c17e5fa5a67eb035fbc48c87d46087f4ad86f1b26c2 1.82 MB 4,701 9
798,107 798,107 00000000000000000001fde2526830b18671c327657fb47c271d7af5ebf096c1 1.50 MB 3,327 17
798,106 798,106 00000000000000000000ad2683dabaee3b02e12f6a14af9a8cd4ab9cd719d0c3 1.71 MB 3,695 8
798,105 798,105 00000000000000000004b22321883d94e6b8e59845a7ae04119a489acffe7a68 1.69 MB 3,129 10
798,104 798,104 00000000000000000003242fa0b005ff7d8cc771453227fe079f3aeca4ed9dce 1.95 MB 3,970 7
798,103 798,103 00000000000000000000b637d6d0e058355fcac63813516c3fd411da9d4768d4 1.61 MB 3,841 13
798,102 798,102 0000000000000000000526004e019acd218451d9c99eab8a814e289c43fe1cb5 1.89 MB 4,926 7
798,101 798,101 00000000000000000004be8cd38288878c8f486ff84189b384b247b0224daf9d 1.32 MB 1,991 7
798,100 798,100 00000000000000000004c0a3c5ab6856bb346bf828e98707559c4746473db766 1.78 MB 2,415 14
798,099 798,099 000000000000000000017c1e8a8afa0c5d6942e9b601d66e24f4fc31a4467838 1.47 MB 2,055 8
798,098 798,098 000000000000000000056f10c75ad3464e40aa441524844a5946b4d92c1b25e1 1.54 MB 4,020 20
798,097 798,097 000000000000000000020f2e0bfa3cdb8904d7892d1b7b294452f97b81b2c02b 1.79 MB 2,977 10
798,096 798,096 000000000000000000035b1a5c99cae062b57aec7761d2612d205bea6ab049be 1.74 MB 3,928 12
798,095 798,095 000000000000000000026daa9faa4aa7fd983abf6a6da00ead3d7cb1fe8f8f5c 1.56 MB 3,635 15
798,094 798,094 000000000000000000052d028c4e11833bafba943238dedb9c5c761a5da4ac47 1.75 MB 4,250 5
798,093 798,093 000000000000000000021f38d5924f868c3d9c92f8375dbffad40ab7f7e6cd20 1.91 MB 2,527 7
Previous 10 blocks ↓
Total Size: 769.28 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.57 GB sent, 94.34 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.