Memory Pool Memory Pool Refreshing

2,042 transactions
0.63 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,524 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.61 vMB 2,038 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,523 (857,808 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
50,715 50,715 000000000264701a1061ed36812f40aeab5467cf7c56558eb42208a53b513587 0.00 MB 1 0
50,714 50,714 0000000001493c9e53cf8aed788a0348fbf1448e64324cc1dec3746c54862f70 0.00 MB 2 0
50,713 50,713 00000000133423e733ed64920848c627d295d8fe8eec45da2acd83a7d810aa95 0.00 MB 3 0
50,712 50,712 0000000002ba5e328d62268a2f21380ebbd5cf584c2ba584962111d5135a1e65 0.00 MB 1 0
50,711 50,711 0000000013d2a64dd73b2cf61910062f551a940c98bffad19f07c4242a78fa2c 0.00 MB 1 0
50,710 50,710 00000000089f2b8cf9dcdd50f383b64483f8a1fe43b8a7f9e979d0f65ee1197f 0.00 MB 1 0
50,709 50,709 000000000d3d66e27318695b23ba995cc14951914fd40076ace8b9851d85dbcf 0.00 MB 1 0
50,708 50,708 0000000013e5bebbbf20ac1ebedf00004835094340bd189ae4c77a4364bb0662 0.00 MB 1 0
50,707 50,707 0000000002f5d1c8c3a718caf3fdf6b25f5ec6acb5c9cd46b43ae9db51bc489d 0.00 MB 1 0
50,706 50,706 000000001c62de7f777de7ed737df437c1deef74a9e8977a8fb94d2bed05b1fa 0.00 MB 3 0
50,705 50,705 000000001c418ec5c621230bb982414bc1b7052693b111c909e62c6ecde8f423 0.00 MB 1 0
50,704 50,704 000000000ebe951d9a8fe559ca22a369ccda1eca0c99e1b881e58332ac5863ae 0.00 MB 1 0
50,703 50,703 000000001ac80ceeafb2666685a87f614bd96bf8c1d7252938d89bf069fd04b0 0.00 MB 1 0
50,702 50,702 000000000f57d74fc6df0b8657579b49ae390075558e4695b3b5c37c2fb95766 0.00 MB 1 0
50,701 50,701 000000001e80000d9975931e9255b48db0c47342f058e4b56e728008bd30ab07 0.00 MB 1 0
50,700 50,700 00000000035ddf191314bce73df1ec6e3783a15867602ca993b97afc34ee2e5a 0.00 MB 1 0
50,699 50,699 00000000058e417f6580be336e4820256cd5c6fd867ac4aacca4453283eb80db 0.00 MB 1 0
50,698 50,698 00000000109ea19b841804ba312aae23e6013976a05ecb134da6eab0689190af 0.00 MB 1 0
50,697 50,697 000000001c99069584fe1244fdcab331bce289cac0c916c80e54b1f8590e13e5 0.00 MB 1 0
50,696 50,696 000000001cae7640ff7a67ea1cc9718adc6c04009c945bfe9c9166655f7bdcdb 0.00 MB 1 0
50,695 50,695 0000000002733921485391210da868ecbaaf42d57a96aa39dad2031c9915b30a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.67 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,842.11 GB sent, 100.33 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.