Memory Pool Memory Pool Refreshing

3,902 transactions
1.65 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,841 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,570 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,840 (799,013 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
108,827 108,827 0000000000011ae0f75888c8c6bca3eafa471c451d713f5c2c5b3229ffa6cfef 0.00 MB 7 426
108,826 108,826 000000000001bc30b4004c180e9a8d8a36ad8b03d0e4e8a65269f81714914cb4 0.00 MB 7 0
108,825 108,825 0000000000018c7e10bf921eebed18b5aa0b774d2c91dbb204aea23c06de6052 0.00 MB 10 423
108,824 108,824 0000000000002a95cadefc725f4559477ce8a2e178c49ae4581d1d13b8879590 0.00 MB 3 0
108,823 108,823 0000000000003eeb4f3f98ac720a4c72936801294e88972d7ad4051237ec97dc 0.00 MB 1 0
108,822 108,822 0000000000023b110ecd44074760ebac74c58b4e566d493fb666f36223aca028 0.00 MB 1 0
108,821 108,821 00000000000081afe44bd192e0004eac88e7e44c45cd00b1f52a2e8afe79ce0d 0.00 MB 6 0
108,820 108,820 00000000000159f2b7e0b0616bdd86b6c8ed5130de8382f7a1f73fabb6c68d21 0.00 MB 12 0
108,819 108,819 000000000001c3a75720b8cd7223b0f79aaaccc20e8178f8cd15e2932e790e5f 0.00 MB 12 333
108,818 108,818 000000000000349c8b8ed540144707db798451b1477ab722407585dd1f0a498f 0.00 MB 5 0
108,817 108,817 00000000000034547c07d8022ef091b61356556cf53ef918b0f4af43d6e191c3 0.01 MB 36 0
108,816 108,816 0000000000004e0770c857d7d3b46da4d6960d9ec52ea6d3b4150b344daa3f8f 0.00 MB 4 0
108,815 108,815 00000000000139cc9be2db1d23b1d8a566f81ad2e60b43f2fa131e3df0ca2365 0.00 MB 9 0
108,814 108,814 000000000001d3ebb086345b56abe1105d7e8d3fd6484c7b6bfc2a5a67aa67b2 0.00 MB 1 0
108,813 108,813 0000000000015fe1d0e9e7ebea8a4c758818d1c22a051d1376cbb7270e6a9b1e 0.00 MB 6 0
108,812 108,812 0000000000012f83f04eeeb57596e340347d92977933a30d4711a0cf30ec6893 0.00 MB 1 0
108,811 108,811 000000000001083260fbd7eee8001abe7acdb8f442bedb5b3120d6f5ee4f5ba6 0.00 MB 2 0
108,810 108,810 000000000001164cd1933596fcaddeaa407fe0bca26a9905c606014c640d5aa6 0.00 MB 9 0
108,809 108,809 000000000000e34bf1119310b32342f7452e0ae399abef97b64b58d5dd4c0f81 0.00 MB 10 0
108,808 108,808 000000000000aa4a3d72bc676a98faf97acd8b7d5bb7a117083fe22b3742d059 0.00 MB 12 0
108,807 108,807 0000000000002ef67f8d8452730400bcac0b0308eead8bc810ba6fb3c164396e 0.00 MB 11 0
Previous 10 blocks ↓
Total Size: 769.24 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,635.06 GB sent, 94.14 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.