Memory Pool Memory Pool Refreshing

656 transactions
0.16 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,856 00000000000000000002349e0000000000000000000000000000000000000000 0.16 vMB 659 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,855 (730,015 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
177,840 177,840 0000000000000a1c307a77665ddf1f7b5b49bcd1b68dfd862965dc7426510db0 0.05 MB 121 176
177,839 177,839 0000000000000725c47e67b4291f716fd870dc062dc070498facd3e20efdefe9 0.01 MB 34 29
177,838 177,838 0000000000000308f6aae35fb0cdd68cd0e87db2ba5ccc26719617e0cefff130 0.05 MB 102 117
177,837 177,837 000000000000019ac522d20c017f53155c6bd5be17a4b1375f9f50532a628abc 0.02 MB 60 5
177,836 177,836 0000000000000b075b93f3fcb5456ad0068b9e794d4fac8b6d22a2a5f2434146 0.01 MB 8 575
177,835 177,835 0000000000000372a270764c60b76aded3a8ef6876559f239c6209840a828495 0.01 MB 10 239
177,834 177,834 0000000000000328be47e9cb1c51a8ac23984da3e7f3666ca32e12a63c9eadca 0.00 MB 9 34
177,833 177,833 00000000000008e7c420033549e625d1747954dda5f75ceddc2b5d702b128f62 0.01 MB 28 92
177,832 177,832 0000000000000333e4bb8db089cf144711550084a483854e8d7d29423450e821 0.02 MB 43 161
177,831 177,831 000000000000016f6298207efa8a63c23c8523c34cd691e81865dde46ccf9c0a 0.01 MB 42 186
177,830 177,830 00000000000007a778ac084cd62a65934693d4493557ff84edc1b2581edb6f00 0.00 MB 8 81
177,829 177,829 0000000000000022b0af88e35aff74eb82afddf790bdce30648fbf81650b417d 0.02 MB 49 179
177,828 177,828 00000000000005408bb16f722ab72715dfa2982c25f32b745d23cebad74391de 0.00 MB 6 58
177,827 177,827 0000000000000589fec0cf16c20cdf2d11aa0e3ad1dadb4ffb92f9f655263141 0.02 MB 42 85
177,826 177,826 0000000000000a7fb3355dca44bcde65f3886edc3f149db15ddda86f2be698df 0.03 MB 82 72
177,825 177,825 0000000000000909c223e8648cbd9648f7745c0f6c7cc9c9f76a5d8e5a3696e0 0.01 MB 4 18
177,824 177,824 00000000000004cdd203404a7cb9eb4b88bddaab4834196a3eba3fa47b847c1d 0.02 MB 74 33
177,823 177,823 000000000000019d89ee51cb02da417fb3df5efbb5613fe1bb07cfb1f67d88ef 0.00 MB 14 89
177,822 177,822 0000000000000017dac7a2d8b7edcc637a83ee7cc2532056b3c7bfbbe3573608 0.00 MB 9 0
177,821 177,821 0000000000000545d49ff0cc32a183e9b67f7fcb76db6eed812f5c12253e7f02 0.01 MB 17 72
177,820 177,820 00000000000009c77ef064d0e4389ab5cd1a5f9da779ef52f0f0c736fb604922 0.02 MB 41 228
Previous 10 blocks ↓
Total Size: 769.27 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.35 GB sent, 94.26 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.