Memory Pool Memory Pool Refreshing

8,364 transactions
2.59 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,919 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (78,953 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
828,910 828,910 0000000000000000000088425552336fd3e586dda17cd6b9d978a9087e1a51b9 2.61 MB 3,364 387
828,909 828,909 000000000000000000002a76f0c978089b6e6626150dbc61d8f3506976ac0cfe 2.54 MB 3,132 551
828,908 828,908 00000000000000000000110c25a12a091c0ba93032f7d9f1d160a354d8f12bb9 1.75 MB 4,678 117
828,907 828,907 000000000000000000004f0d7c0e76a19081a3c204250e87db38821286576aa6 1.03 MB 341 26
828,906 828,906 00000000000000000000802c7533f969f5489fb66c8abb329edceaeaef81175d 1.53 MB 725 24
828,905 828,905 0000000000000000000171c12747476708de7891d2b2e796845c3904185b0b7b 1.54 MB 2,877 53
828,904 828,904 0000000000000000000167b51d5bd47e647dbbdc0abff1eff19f35145fe51a30 1.68 MB 3,382 88
828,903 828,903 00000000000000000002add37209415d088af98384e13e596a177d182eb0f06c 1.77 MB 3,069 58
828,902 828,902 0000000000000000000224cfa0ea5e6ddeec75d71983ec800eb12ca07fcd47f8 1.40 MB 1,308 48
828,901 828,901 00000000000000000003a99666042907965571bdded17320b6adaf0b051b2fd4 1.59 MB 1,292 33
828,900 828,900 00000000000000000001d5d741c7d1f9a4db79f633749cd5c07b6129bed69f78 1.73 MB 2,989 69
828,899 828,899 00000000000000000000f7cf72343c519aece26af94be6f11918e7eb2704e099 1.69 MB 2,270 40
828,898 828,898 0000000000000000000386f82892fb364f2035a67d985202c2d97c9a46e8ec02 1.71 MB 2,605 66
828,897 828,897 0000000000000000000223b27c50a8703a6781b48b1e48aec21645159c3f93a2 2.02 MB 3,068 61
828,896 828,896 00000000000000000000cb5f3c65710fca896218ad2067dbd39b884bac0b8c10 1.47 MB 2,442 61
828,895 828,895 00000000000000000001ceae47628a233b88a2823a49de396d3f1c6157019b5d 1.75 MB 3,194 61
828,894 828,894 00000000000000000000fd70be86aa525fb02b480be09cb9ff93d29f745cf736 1.64 MB 2,491 65
828,893 828,893 00000000000000000001aa241cfeea1162cabd3d6c8e8386d8d079b16c836fe4 1.62 MB 2,481 32
828,892 828,892 000000000000000000038ff5b991d28867bda9a2b4d3f4f91c489acb046069ba 1.72 MB 2,928 91
828,891 828,891 00000000000000000000938ab569172e3cca6b6e4e1fe1b3dadbe6b22eff9bf6 1.56 MB 2,759 85
828,890 828,890 000000000000000000021a93366e5869647cbebfe4d1df3daad480dd196c2b09 1.73 MB 2,941 79
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.60 GB sent, 94.35 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.