Memory Pool Memory Pool Refreshing

7,028 transactions
2.65 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,700 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,755 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,699 (741,830 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
165,869 165,869 00000000000005e33644bd22d31a0ba6bac7ad95f1e309fa0a767e1e2bd72f69 0.02 MB 41 148
165,868 165,868 00000000000005a6012910a2c8f2ccb2d7fccf64576c66374740bdb4c2b8fbc2 0.00 MB 11 0
165,867 165,867 000000000000089d0d2318ae1d237854b40adef6578cb67f2437b88b2f19fcb0 0.01 MB 35 110
165,866 165,866 00000000000002fa56f2ec4b7e8236376b3b25d0771f31d3a09ed1f1de46329a 0.01 MB 33 128
165,865 165,865 0000000000000b4f640f75d25127beb3f287e6aacf502855d02c8a78374c9ec7 0.01 MB 24 72
165,864 165,864 000000000000013a854e1f72ca5af374868ce21d4170d831880a56b01115b8e2 0.00 MB 9 74
165,863 165,863 00000000000005a53ba123f7827d7a268cb4b4c16ddcd3d82a49eab856fe382e 0.00 MB 3 0
165,862 165,862 0000000000000c20ec9c3a31c4e99109df496845f8522dea3cd31d9bc85414e0 0.02 MB 69 0
165,861 165,861 00000000000008bd807c511fd5f5cce4bf965136c719d7a61493612ee40166de 0.03 MB 70 245
165,860 165,860 0000000000000bcc4ce71100146bc5a60a644fabc5d0d4f70d613d283ae20ea3 0.01 MB 43 87
165,859 165,859 00000000000004169c85ed142be0add985bad8e9cf6e75bd264d6fd3e1d36eb1 0.02 MB 33 46
165,858 165,858 0000000000000c20287d844275fac6d6d61a379fb2c8ce1a5c8043679a3e5ab6 0.01 MB 16 198
165,857 165,857 000000000000073c4a0c9c845b28c3e7b7f1ebe9e1a0ea79d53e7a2ec71a2f06 0.00 MB 11 117
165,856 165,856 000000000000094562abda4434d26b042f93ada5d17d5219c6473ece1b25e428 0.02 MB 41 91
165,855 165,855 0000000000000a793971165fba5050c436fb7f32188c6e1fac5c08ecdba824ad 0.01 MB 14 66
165,854 165,854 000000000000007d2e0b4c8f848c91d814938e87b586f19d974c6b727f554e47 0.00 MB 1 0
165,853 165,853 0000000000000b97996ab940c507710b8a79b0709c9603ee0b5fb583826fbd52 0.04 MB 128 54
165,852 165,852 00000000000001e210fe35ed8917bcb814e18d8439b8ad00056efc9b43bb71c1 0.02 MB 41 244
165,851 165,851 000000000000008b3986d2e54d05a544003956216cfa9ed866e0a851b5ff35f0 0.05 MB 125 61
165,850 165,850 0000000000000209543c61776baa3b71aff76e531a7fc56e55ec61727e5b972e 0.00 MB 10 71
165,849 165,849 0000000000000960459a8e2d833a9044efe3665f75d8a0be37072836738bcc32 0.01 MB 17 59
Previous 10 blocks ↓
Total Size: 768.98 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,616.52 GB sent, 92.74 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.