Memory Pool Memory Pool Refreshing

5,490 transactions
2.34 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,934 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,656 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,933 (710,873 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
197,060 197,060 000000000000069e89c6b0100cb31137da447c4fc0e50bcc2f9fea1ade0ddcdb 0.04 MB 111 166
197,059 197,059 00000000000005349468dba3a52c420da7547483e26e1c606c37f9cbe57e9301 0.24 MB 512 327
197,058 197,058 00000000000006a0720c8f61c600b0b341f5c477f98c7e974c62df6c5b4840aa 0.00 MB 2 0
197,057 197,057 00000000000003b4ae3ab3e7f698a4703302083a260ad90608e835f2e0a413d8 0.04 MB 100 108
197,056 197,056 000000000000057c8c532f92f5a84001f4a3fdceaf95046a97a360fc914fb74b 0.14 MB 338 115
197,055 197,055 0000000000000571adc795be5b3bf2876ceaa88ed9e98b16510f73db79adf899 0.21 MB 491 135
197,054 197,054 000000000000048a15b5a367a67c3178b2d29a4e2fda5ed9a1694cbef8df2ab7 0.01 MB 27 202
197,053 197,053 00000000000001e4681ddefcd5e1f6580c26682ee8ca59da70d5c797215b4b64 0.06 MB 170 123
197,052 197,052 00000000000006d3fa066d7de81cd6728a74965528f613ba88cb26cb69eac5e4 0.00 MB 9 29
197,051 197,051 00000000000005840a9467339ef6bacad544219a42b64547dea65d36aad00cb4 0.00 MB 10 655
197,050 197,050 0000000000000129f9ab4e90518891ab1bd9f14667382e5753b389132cad6929 0.10 MB 204 110
197,049 197,049 00000000000001bc87f610197efd562355ae0ec6fa1f5db54b87249a94f4a6ea 0.01 MB 20 95
197,048 197,048 00000000000003f538e256e57e7f210c9e369c398c68ecc9c0f8f4376e7a778e 0.00 MB 11 50
197,047 197,047 0000000000000361fe10ee52f692f9a5554f0b294f01b39dd153060d21a42a71 0.00 MB 9 116
197,046 197,046 00000000000000393a43ab24b04bbf632a251d96a53276ad9942fdc756da5c30 0.01 MB 31 105
197,045 197,045 00000000000003edbbde031b6b0ae9fc8fe65a79e9a994a4edee3bdf8e2e44ba 0.06 MB 128 92
197,044 197,044 000000000000001c5812c2ff62ad141f5541739fb4d4f7c118c8d02fc36d180c 0.03 MB 81 39
197,043 197,043 000000000000005d8ab5517cb875e80de393f2e5ac99c0c1af64f84c92baa43a 0.05 MB 128 151
197,042 197,042 0000000000000354c47d9f46214d6124bbe5719110a74222c350f2871acf1945 0.06 MB 125 102
197,041 197,041 00000000000003b248c21aa1fe0923e3c181406da97b75b77c55bbb3cd6d920e 0.04 MB 58 91
197,040 197,040 000000000000006f91d4f861a4f7a9be5c7ad3b5269490f5153ecf17cc7c381b 0.21 MB 532 246
Previous 10 blocks ↓
Total Size: 769.42 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,645.22 GB sent, 95.05 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.