Memory Pool Memory Pool Refreshing

3,949 transactions
1.19 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,704 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,667 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,703 (99,326 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
808,377 808,377 00000000000000000000aa1d48aedbab47fb6ba067debe5a72ca834635e18d4c 1.93 MB 5,887 24
808,376 808,376 00000000000000000002fcd1070a62b33c3b101a1b759d3186384777b0ca453d 1.81 MB 3,457 24
808,375 808,375 000000000000000000032fa5bc47bd2a4840c512d838bb2c133b363a1b0616f4 1.80 MB 2,679 24
808,374 808,374 00000000000000000003ebb6a7b7bea005ca7df654a3e74300e60cf783106b8d 1.54 MB 3,270 32
808,373 808,373 0000000000000000000018340f1316c49df0ef2699239083c2669bcb2aff7392 1.69 MB 3,917 28
808,372 808,372 00000000000000000001f64279bac71ee284541a65de0795ef7619feb996740e 1.58 MB 2,634 28
808,371 808,371 00000000000000000002e45859c2390ff467abcfcc4eb28c1fe6ac0b08bd98ea 1.86 MB 4,173 25
808,370 808,370 00000000000000000001fe95c387123286f14db11c9d75af74455458714c7425 1.45 MB 2,789 36
808,369 808,369 0000000000000000000044a48ca65a0d006bc775d31a196853993bc770621034 1.70 MB 3,642 32
808,368 808,368 000000000000000000008d02e67ca39c9a0cb19d2e7d523fa40aab18687d3dd7 1.80 MB 4,064 28
808,367 808,367 00000000000000000000551f6d6f682ef1e44d0fca25909692f136407003630c 1.59 MB 4,013 31
808,366 808,366 00000000000000000001e717c9c2e47de04d92398a92fe91e70e7be4c6d7340a 1.78 MB 4,058 29
808,365 808,365 00000000000000000002afb536cc8b06d35d19d6feee70f8a9c1c5f34ac05598 1.85 MB 4,276 31
808,364 808,364 00000000000000000002dfec416ddab7f20ebe31cd20ab31404218025e27d786 1.58 MB 3,706 35
808,363 808,363 00000000000000000000b9be6816e004067157b7f3136dac42cef5dade98a992 2.01 MB 4,961 27
808,362 808,362 0000000000000000000501810fd20c099c14706edaf012490b8f2b7711f8092a 1.85 MB 4,756 29
808,361 808,361 00000000000000000001c7e842ce0a0e4ce3f85ccfbfe0e36c888670ac3fab2e 2.05 MB 5,868 28
808,360 808,360 000000000000000000029b65d154a2ef4175a1ca807819f2281e4f499485e8e6 1.47 MB 2,625 36
808,359 808,359 00000000000000000001b79ca805970a2347affabcaad476d27704e9e21e71fe 1.48 MB 2,989 30
808,358 808,358 000000000000000000007c854d3a6dcea5ddc722d8721469faeb59968f364e7a 1.50 MB 2,745 42
808,357 808,357 00000000000000000000ca9bcdb150ced102216c5891455d85771a46108bcfb3 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 768.99 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.57 GB sent, 92.76 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.