Memory Pool Memory Pool Refreshing

21,263 transactions (5.00 vMB)
  • 1 sats/vbyte = (36 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 31/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,185 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,974 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,184 (893,334 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
15,850 15,850 00000000229813a911273c523f2841cf270861089b289be24da0ae69fa4f2c2a 0.00 MB 1 0
15,849 15,849 000000005772a957163fe7c2f8054f13af464ef282c5b1e0be4d473e9ae12eff 0.00 MB 1 0
15,848 15,848 00000000d3e582691a496233868e294ce55cb12dbbd70e2aed4f293e51d5900a 0.00 MB 1 0
15,847 15,847 000000004bacc40fe82302cd3880dbcf64cbc1ec93dc460e76a4b352882dc1a1 0.00 MB 1 0
15,846 15,846 00000000efc74b5951c53edcd4a72822867d445cee5fee1ac18e52c0892d132c 0.00 MB 1 0
15,845 15,845 000000003aa22d9c322d58bfa042777ba9f08785163731922789592fb9853b76 0.00 MB 1 0
15,844 15,844 000000008e4940a12920616d3ff17a0440fc993147862265e1d85c7649eec42a 0.00 MB 1 0
15,843 15,843 00000000e957835faa45cc3cd535035e22f79b14ffacdc66e7dee5424dcd7537 0.00 MB 1 0
15,842 15,842 0000000011fde499dca80ca8279fbc7eabe6908594a8de7851686ed6db8e5f70 0.00 MB 1 0
15,841 15,841 0000000006dc574c0ddac884b8a1b4beeba8530d906a184d5639229f993951c7 0.00 MB 1 0
15,840 15,840 00000000166b9860a4efa3e96102d26a124c026cf6c5eb6af1fcce853dbf7bd9 0.00 MB 1 0
15,839 15,839 000000007d06e80338f875bfa9e07c8488c0a310dcb8554cd0f24c77ebb628dd 0.00 MB 1 0
15,838 15,838 000000009b02cead47c128c5b3cfcaa8b923c72d42500fb4ea57f05712c03507 0.00 MB 1 0
15,837 15,837 00000000f41393f9309b0c07178205a11ac27cc5cbdbda79444cbc53eeb9e4a3 0.00 MB 1 0
15,836 15,836 000000001b3dd0ea9b0c2d19f4a73b5fbf2ea7577f9ef8f15b642d3e962173ff 0.00 MB 1 0
15,835 15,835 00000000d5648eab7efb706cf55c32bed93d0e0e931ab7bf36e3a615365249da 0.00 MB 1 0
15,834 15,834 00000000c043140328b191b3791bcac19c08406a129df1c718c6d57bd38e25d4 0.00 MB 1 0
15,833 15,833 0000000082163008198b18b32fcf3bd65aed04d1ee1b588b0e298388f67ad1f6 0.00 MB 1 0
15,832 15,832 000000006aad65d81082d2e7015e658faec14fdc88cbe88692588037163ab793 0.00 MB 1 0
15,831 15,831 000000000896c4b17ffc898c0f34822f849d6858a96ebfe4e9f49eee46c6d45f 0.00 MB 1 0
15,830 15,830 0000000026017346e2edb35b8e933fbf5bed2f24d85be08684b696c9a52e0102 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.88 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,992.14 GB sent, 107.19 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.