Memory Pool Memory Pool Refreshing

9,238 transactions
3.05 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,870 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (762,727 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
144,970 144,970 0000000000000114bc97a4e7eab7fb66ff2d3e6b9feff45814d6c87b038b788f 0.01 MB 33 198
144,969 144,969 00000000000009039a14b9a58f8f4c7c4541c1197061c9ff6c0b5a2c1590ae97 0.03 MB 25 528
144,968 144,968 000000000000052fb43cad0812cffbf8f91e91bdce77d4a2c69a98983b13960f 0.00 MB 5 132
144,967 144,967 000000000000088722f09a27d6c1ca7c69a0ed1734a8c3e4ee0f68f3c51dfe06 0.02 MB 58 128
144,966 144,966 000000000000026e77c5cf7b5c4bea2a96edbf2c24999666c1c9bbdd55ef285b 0.01 MB 22 483
144,965 144,965 0000000000000280cc7f8c9ad916e9306fbfff8fc395fca121243caee2b77490 0.04 MB 109 127
144,964 144,964 00000000000001c8dec1e2605030c81d26baa25f7bdbb3f35b10ab01421f7160 0.03 MB 65 129
144,963 144,963 000000000000048a49245d9eff1f00d37c33a5c83944c7a6d02a07c57eb6617d 0.02 MB 49 75
144,962 144,962 00000000000005f025dffe870fa2a97b2379f2bfc4a2c99ef072bbeefe67e3fc 0.04 MB 145 91
144,961 144,961 000000000000039757eccd1c503491387d7be88e9542b7c76fb6db3860a8257d 0.03 MB 66 132
144,960 144,960 00000000000005d0ddb5104d796151811609b9920f98059bd4f0b79f26eeef9a 0.05 MB 59 99
144,959 144,959 0000000000000309a58d6f33da63cd0d87bec7418b054181d36178edfebc9749 0.01 MB 9 42
144,958 144,958 00000000000007b017cc79c93f645a39eb8c64d4f02a7195d3d05e4e81364589 0.05 MB 130 184
144,957 144,957 00000000000001281d28747175dcd65e15c7eaf6f715acbdd8a84a0f069ee653 0.07 MB 151 161
144,956 144,956 0000000000000400a303726c339e602e0936be865056f1bb99702a99bfac53c1 0.05 MB 103 191
144,955 144,955 0000000000000848e75a6544128f294960d33a694004c14a0871f425debf9580 0.02 MB 49 349
144,954 144,954 0000000000000949d0668a9aa61ba0f5534851b1a034811a5e7a1af4c8c1144a 0.03 MB 84 40
144,953 144,953 000000000000042226db89db44481951658c1e643fc3149f30863d8fc26c13c0 0.03 MB 54 255
144,952 144,952 00000000000004a28913f8529e42e43f88ca78d0e7199228b89424139e10991d 0.05 MB 102 100
144,951 144,951 000000000000003ca7ffc2db8a9dd3a04455043feaba01387cdcfa9a4490faef 0.01 MB 25 96
144,950 144,950 00000000000006c9987011564895927d385b59b06e1ced7a96d2d28a243515ea 0.05 MB 153 22
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.43 GB sent, 92.72 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.