Memory Pool Memory Pool Refreshing

1,798 transactions
0.64 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,754 00000000000000000002349e0000000000000000000000000000000000000000 0.60 vMB 1,790 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (611,960 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
295,793 295,793 00000000000000006b0f17a4ca420a62ece3af1eae5219d0d6af0e669eba25d5 0.25 MB 296 19
295,792 295,792 0000000000000000107377c49be0f19e9f6592e8edf5597da1e53a8293877571 0.35 MB 1,021 61
295,791 295,791 0000000000000000127f9fcb972eb5977126df197cdd99ae8cd88d1919ce27d4 0.26 MB 512 36
295,790 295,790 000000000000000054b47e11cd695e78c4f1d535024118af25aefdcd06c26c62 0.20 MB 512 55
295,789 295,789 00000000000000003879aa9d9f89b6d0f1a779d3ed822a6045b22a996c95c388 0.06 MB 119 13
295,788 295,788 00000000000000006cf2519098dfee1a8b6f68a4f7a86879aabd13d0450bb4ec 0.09 MB 169 31
295,787 295,787 0000000000000000b1df7ff9f948437da6cb8ced5831ea7b2a9b973f787d49ae 0.09 MB 145 17
295,786 295,786 000000000000000025f63dec5674647404a77841ef8fc5b58cac628ab013cba5 0.55 MB 864 43
295,785 295,785 0000000000000000a03a259c1f267b36378e7482ce0005926d7dcf34faa25866 0.09 MB 64 36
295,784 295,784 0000000000000000b0ad39eb64cd4d8185ece72582376001f8e568d86ab4c1b8 0.22 MB 254 19
295,783 295,783 00000000000000000ff92b43d264d1133dd0b9fe4ace4a04777a0330b3a76302 0.35 MB 917 51
295,782 295,782 0000000000000000194920658cf9d13b5421dcf380a06a5a122a9bb4fe364063 0.18 MB 241 22
295,781 295,781 000000000000000050bb143c7c646efcba9537d21b679e232ef9563e6818c2bf 0.13 MB 160 23
295,780 295,780 0000000000000000a3f28eaefb10b1542a3cbeb74692ffee91df9836f3e082d3 0.24 MB 354 110
295,779 295,779 000000000000000084fc5133c25a34318b53b9022d8453a0573efec9c892e9a4 0.34 MB 540 41
295,778 295,778 00000000000000006616b7b65061615aed24caedc803ebd342224d6494ac6852 0.08 MB 155 37
295,777 295,777 0000000000000000595b8e7785253cc448e10597db59308f7570eec38f945131 0.23 MB 410 40
295,776 295,776 000000000000000079517aba5309bc20101be89e1a8f05f649761a094c7c167e 0.07 MB 95 20
295,775 295,775 0000000000000000a1fb7b7b272de281b5bccce96e14e35439e569c39dea674e 0.19 MB 354 41
295,774 295,774 0000000000000000887b4da753a302244e970730aa7d4fe639b35206cb38294c 0.33 MB 419 37
295,773 295,773 00000000000000003cf834c142228d46c381ab16cb0137353d93234c1fdd4478 0.10 MB 130 16
Previous 10 blocks ↓
Total Size: 769.08 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,628.25 GB sent, 93.31 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.