Memory Pool Memory Pool Refreshing

29,212 transactions
34.59 vMB
Show Random Selection Loading Transactions
Max Size: 193/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
7 sats/vbyte 2
7 sats/vbyte 3
5 sats/vbyte 6
4 sats/vbyte 12
2 sats/vbyte 144
2 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
876,494 0000000000000000000297fa0000000000000000000000000000000000000000 ago 1.00 vMB 3,195 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 876,493 (173 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
876,320 876,320 00000000000000000000101d730d58393133d483a24ce2099ed8a7047c5e4075 1.35 MB 1,035 4
876,319 876,319 0000000000000000000038c00e3797675e2bbaf2bb549a0cc902b0bf5b09f86c 1.45 MB 2,545 5
876,318 876,318 00000000000000000000b21e9e789c55bdf690d4bd4701f5edb6e91e34446a79 1.70 MB 3,141 6
876,317 876,317 000000000000000000017669a365f625d5842b285008628f6110a574ae217adc 1.61 MB 3,576 6
876,316 876,316 000000000000000000017f39b3418ae8a1acf598fc228b660dc46ceceb68c4dc 1.44 MB 2,507 5
876,315 876,315 00000000000000000000da19d163e6d26f5c5e0efda49ffc7ed118c0ac86e562 1.51 MB 3,635 3
876,314 876,314 0000000000000000000237df62084d1fc37520e6ac259a1cc545d26e2b9196ff 1.51 MB 3,189 3
876,313 876,313 00000000000000000001bd0ea8a9bca8961d3ee782695755b048b7bc3f924df2 1.65 MB 2,983 2
876,312 876,312 00000000000000000001fe848ab3d5fe79ff1fa00dc75ea50323570e2b123b96 1.59 MB 4,438 2
876,311 876,311 00000000000000000000e9000f21c46a15efe601aa3ba142e140996b197dde31 1.24 MB 1,993 2
876,310 876,310 00000000000000000001f0216ffc57f72f0cb0db1aaad73a1c67a25a7b17ecd5 1.56 MB 3,523 6
876,309 876,309 000000000000000000021a8d165a39c0ac73c8bfdb7fbb8d795a4c93e1550a29 1.57 MB 3,452 4
876,308 876,308 0000000000000000000270465206cfb64f22f2e9a57483faa5c66f0468f4ce1a 1.53 MB 3,524 4
876,307 876,307 000000000000000000002c8e786cfaa6aff6e0ebd30ab1ac4c3edf469948685f 1.50 MB 2,714 5
876,306 876,306 000000000000000000014ec5c73155cbe81d9d5237a0379ccda4a1c5c831bd4f 1.64 MB 3,053 3
876,305 876,305 00000000000000000001a09216941d4d59b99953ad3c1c48ebc65dfb3aa0728c 1.63 MB 2,415 4
876,304 876,304 00000000000000000000898a4238330761ec1b66d4ea25e5ef608b2b8ba58c6f 1.25 MB 1,697 2
876,303 876,303 00000000000000000001f7893fcfd3f9715bbce7e88a4fcf260818dca9f80111 1.79 MB 3,694 4
876,302 876,302 00000000000000000001535d0b5b09a43513f5e9c98594f02d1503236fcb623e 1.69 MB 3,271 5
876,301 876,301 00000000000000000001380f0c2fe1f68d7dd6857c398c99d23c1edeebd7b8fa 1.81 MB 2,301 3
876,300 876,300 000000000000000000017c8fda9c40cb94688f4297d50f6cc79546611c9f0fda 1.29 MB 1,444 4
Previous 10 blocks ↓
Total Size: 711.39 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: 808.49 GB sent, 20.82 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.