Memory Pool Memory Pool Refreshing

9,652 transactions (2.46 vMB)
  • 1 sats/vbyte = (9 blocks)
  • 2 sats/vbyte = (6 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,162 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,485 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,161 (898,418 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
10,743 10,743 000000008cda6e349e3041fc80178ec014e967b08ab7cc29cac114786502c504 0.00 MB 1 0
10,742 10,742 00000000a514c2d8d745b96ddcbe5e2509d478b4c5d087b550375ae26b5972fc 0.00 MB 1 0
10,741 10,741 00000000d0d77b790eabad94aec4065197443881abaa79b7130f5fb937d19c11 0.00 MB 1 0
10,740 10,740 000000006d5b037455f78a878439f17075c2a681d9173883cbf8fd0f49c07799 0.00 MB 1 0
10,739 10,739 00000000754ac6909587d789ff295ec7083cf112c16f0c0b4bdf235d2fbcf44e 0.00 MB 1 0
10,738 10,738 00000000dbf727595bdfc070c732ed0b154d6fe4cd211b18bdd29a9a5088f6bd 0.00 MB 1 0
10,737 10,737 000000003ee3ce81daa7fe5342a82dd59e49154eddfa853833c2d8726b29a310 0.00 MB 1 0
10,736 10,736 000000002a954b91f264bec79c241c6d8fb3108aba45bd0c689beb6f302eb66f 0.00 MB 1 0
10,735 10,735 00000000bfbe63918db1498d58cef3a742f26f7a78c04adb0a0a847cdb3444d0 0.00 MB 1 0
10,734 10,734 00000000fd30defd423a5576899cf5a0649e83556a1d7ce0ae34533bdb59d418 0.00 MB 1 0
10,733 10,733 000000007a7b3d3eccd75ba21dbf94eb9af71283048e40f4af257e5d61f93be2 0.00 MB 1 0
10,732 10,732 00000000934ca516f99601e99d988ef41df22346a9d6a93d64675895db3a186d 0.00 MB 1 0
10,731 10,731 00000000be7713bbdc7c5786b214f37ffffa9bb32a159bd72b1fed6baa60024e 0.00 MB 1 0
10,730 10,730 00000000a1035dcd44f87aea6c363a4de9a348aee85d4c078eee846761f6e39f 0.00 MB 1 0
10,729 10,729 00000000843b67f94f8018f72277e31e83a4c2fd92006d3a1bc1427001940e67 0.00 MB 1 0
10,728 10,728 000000007d81fa6bab98e9b120537838092e97333c6bef7a8f0bdb69e3f3bb8e 0.00 MB 1 0
10,727 10,727 00000000d1012f5d3de29028a2d7fbee062d38a516ea25014b7362e122503a15 0.00 MB 1 0
10,726 10,726 00000000b611d82e65aefe763ba3271039101737ddb5c34f86557026206e6f2c 0.00 MB 1 0
10,725 10,725 0000000044eb622c81e54c970fe39e1b578cf2d81e9d059397b62aa05dce1d91 0.00 MB 2 0
10,724 10,724 000000001c972d8b2a9912c21b222ba1e499dffef993aaec585459b62de52023 0.00 MB 1 0
10,723 10,723 00000000938df19f8676bc48d8acc5fbffffb330e6a277ce0a37cd0a12913a25 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.84 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,972.23 GB sent, 106.86 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.