Memory Pool Memory Pool Refreshing

9,706 transactions
4.48 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,725 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,612 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,724 (631,284 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
276,440 276,440 00000000000000009e343dc5c6f7bf2fba231102018657b8bcab0611eac43f9f 0.25 MB 254 16
276,439 276,439 0000000000000003358545eac3ab64077b17e9fd3ffc39efd60e57780fa18c2e 0.25 MB 654 59
276,438 276,438 0000000000000000d80068583b484026b3cf314451aca14abf18c5ce8d8e8452 0.25 MB 689 55
276,437 276,437 000000000000000027c712aa3c6942c42473662651bc21a47832e54d2eff1e4c 0.03 MB 80 95
276,436 276,436 0000000000000002a2846bca4bec4bbbe34bd5a49313ecb46300ac4666be6a98 0.90 MB 974 19
276,435 276,435 0000000000000000959e0440ebe83cfb848b46eae19ce940e66b9d88e906dc6d 0.50 MB 1,417 52
276,434 276,434 0000000000000001bb04e0d9b6ba14d6dbf4362600b07aaf852ff64227e6d7e6 0.50 MB 1,088 48
276,433 276,433 00000000000000036fa885cc5c897b8ac7b7b9d53aef8bf9c724c56f78441982 0.25 MB 742 86
276,432 276,432 000000000000000114fd21dea5de788cd51a3307397bc09146ace8c42feabc19 0.23 MB 395 83
276,431 276,431 0000000000000002168f8a590e1b89b2457dacd3e1ecdf27d462e9f99ce9c6dd 0.02 MB 52 36
276,430 276,430 00000000000000018c0533c6ced052054cb31f40301e3e893498fa10934cfa0e 0.29 MB 508 44
276,429 276,429 0000000000000001cdfbea838bda7c4b7b54fe5c5d9d7f503ece3ee9e0a4f3ad 0.01 MB 21 40
276,428 276,428 0000000000000000bbeab4a8896a9044a6e5e83b0ce5b3a699986f2cdc1520e5 0.03 MB 97 40
276,427 276,427 00000000000000002f5856fe79d4b2f0782de3cfd5240578923c858d9a384e89 0.23 MB 216 15
276,426 276,426 0000000000000002fa46e4a626a16375a32bcfd5fa8f443a547c59d582e64184 0.25 MB 670 47
276,425 276,425 000000000000000325474bb799b9e591f965ca4461b72cb7012b808db92bb2fc 0.25 MB 766 61
276,424 276,424 0000000000000000335f9b5e05eb05e4965612014e478a1ca5885666c8da61c3 0.03 MB 86 110
276,423 276,423 00000000000000000d4da76b3c8f5a2ca9c8da647f538895540207f1c8cdd323 0.17 MB 348 46
276,422 276,422 0000000000000002afae7855c9a6887eb09bbb9d2e2efc353d9ad846715da4e8 0.03 MB 36 24
276,421 276,421 00000000000000002208069bdb5eda2d24b227783e0371bca0d43a2ec89610a1 0.01 MB 19 34
276,420 276,420 0000000000000002592f5ac67f40bb2f2ce8f99146d278d85eb59b3a9f988ad9 0.01 MB 32 47
Previous 10 blocks ↓
Total Size: 769.03 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,625.28 GB sent, 93.03 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.