Memory Pool Memory Pool Refreshing

3,963 transactions
1.75 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,657 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (602,470 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
305,265 305,265 00000000000000005004177e3ca4df07edef9fb8489184e0b012e814bb9e7b6c 0.35 MB 734 34
305,264 305,264 0000000000000000257bb2a0aab6d79732063cdd2a3921f7bf1bf3600e0dfe1f 0.32 MB 705 33
305,263 305,263 000000000000000026c93558c42840e4a32ff1e50843d883375efb81b13ae267 0.28 MB 528 31
305,262 305,262 000000000000000052ca5e68492f1c416cdcab1a258022069a16355dd7ae5148 0.11 MB 190 27
305,261 305,261 00000000000000002e2b92e3a8b3bb34144582475082340dd37682f42e245233 0.26 MB 506 30
305,260 305,260 00000000000000003f45e3462f439b33fa48fac28264ddd0bc2b0b4c276aa2a1 0.68 MB 1,120 55
305,259 305,259 00000000000000001090d5a8c6fe02c5e8a8a84575904cfc7ca6f9ea5c6007d6 0.25 MB 604 37
305,258 305,258 000000000000000047fb4798109805cf625c243b7c2f3a0ee73724dbbf1a7598 0.02 MB 45 28
305,257 305,257 000000000000000035996d1f1b55d9e5c6ebfa223e3e9ea67171fe6fd9bbb881 0.04 MB 84 31
305,256 305,256 00000000000000004dfb8019c972b1f389f8d346c8a82cdb12a53b44a3244724 0.39 MB 852 31
305,255 305,255 00000000000000005b3d2ad66df75fd72203662342d567a9ec65f0838b74715d 0.29 MB 598 39
305,254 305,254 00000000000000003f3fd0675e5a1586238fbde77acdb1f1320438aebcf7aa6b 0.43 MB 936 33
305,253 305,253 000000000000000040198086bc6bc32b0e9797ab9f14dd54a480b28f3a1d0364 0.02 MB 44 35
305,252 305,252 000000000000000055380630bd8b4a0780d796bd0e3fa955c346835e5e031cbb 0.24 MB 367 26
305,251 305,251 000000000000000021b9130b7f078ea47ebfffd40f71f77489d740c367f1908a 0.35 MB 705 31
305,250 305,250 000000000000000040e77a9659cd87d8880702921f733dc6cc832c848d3b92eb 0.02 MB 31 43
305,249 305,249 00000000000000005a6063220c2a0bca84febc0ed43e6c6787f634c8cb870dc8 0.03 MB 52 25
305,248 305,248 0000000000000000183dc127d2e444813642a78c898cfbf202b318f73fb4f4cb 0.20 MB 387 32
305,247 305,247 00000000000000002d8c14f544cbfc5ead62cdac01f96d698435b19bcbaf90ce 0.13 MB 209 28
305,246 305,246 00000000000000005c0c73f25eb06ba5622fcbc57ff2dfab1b7842a74b2672bc 0.06 MB 109 27
305,245 305,245 000000000000000004165be927fb95f6f655bc8a8e91e4202e1dfcbd8cc718b3 0.35 MB 562 29
Previous 10 blocks ↓
Total Size: 769.05 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,627.30 GB sent, 93.12 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.