Memory Pool Memory Pool Refreshing

2,483 transactions
0.85 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,478 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.84 vMB 2,470 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,477 (178 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
908,299 908,299 00000000000000000001a8e88fb673a84ec57c3fa61e2b067836ed310679d53c 1.65 MB 2,985 3
908,298 908,298 000000000000000000015c13408c582da43f99b0dec40a079ecc8ed9f10fd8d6 1.61 MB 3,194 2
908,297 908,297 000000000000000000006950a172d2a988c643defb2738c7218bb3ee2177a206 3.03 MB 841 1
908,296 908,296 00000000000000000000f197920aa9a61f96e12dbb273de15406a80c3bf87ee2 1.90 MB 2,331 2
908,295 908,295 000000000000000000020710d1b29ff4e3e88d456ab2b145aa7c0749da5b0327 1.49 MB 2,333 2
908,294 908,294 00000000000000000001629c49bed5cca9d009a6b8a744e8a5fe7216ad2b5264 1.68 MB 3,812 3
908,293 908,293 000000000000000000006586eb41f20612165860e680b854bea9f8e1a5500863 1.54 MB 4,029 4
908,292 908,292 000000000000000000018e4f2bad041800b18b387d07926b4ef34d7628a98b70 1.52 MB 4,003 6
908,291 908,291 000000000000000000009c2220173bee691c71f846650bc4cc31bcbecbce2f46 2.77 MB 1,704 1
908,290 908,290 000000000000000000000bd56a5fc8aa5ea6ea524a0f023467d9bb1cc0408c7f 1.60 MB 3,653 3
908,289 908,289 00000000000000000001073169b90cf5f9e56aab2d55bb290a00d375fa0b42c6 2.12 MB 676 1
908,288 908,288 000000000000000000022170ba7ea165891e2d9fe81b66534ffd7b9b13cc6c72 2.79 MB 1,012 1
908,287 908,287 0000000000000000000040ca42bd03be72c3e829d4a5d87b2c077fca9714504c 0.92 MB 1,842 2
908,286 908,286 000000000000000000013d9bb3e2d141e2cef14bfb0f492187c7704fcc7c4b5f 3.04 MB 1,330 1
908,285 908,285 000000000000000000009fd58da5347d01546d269b034bb04208f8879cbce789 1.70 MB 2,927 2
908,284 908,284 00000000000000000000ec1879066dae3b5a6ef947c55a055b88cfb06008644d 0.82 MB 1,321 2
908,283 908,283 00000000000000000000e29c55cd20b392516d5e664ab6507003be9dc2d61c98 2.32 MB 993 1
908,282 908,282 000000000000000000021ccbc35225ac911d98f96703280a92b6a88670833716 1.99 MB 2,005 2
908,281 908,281 0000000000000000000187cb0d815b84319bf563c29d3da5a828162a32027154 2.27 MB 1,606 1
908,280 908,280 00000000000000000001f9707809e45311ea0733061f7602959db37c5ee20422 2.97 MB 1,151 0
908,279 908,279 00000000000000000001b972b048a7c75e78bb1e7fe1534ad35ef50cdc852c25 1.90 MB 2,596 1
Previous 10 blocks ↓
Total Size: 770.60 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,786.17 GB sent, 99.96 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.