Memory Pool Memory Pool Refreshing

3,724 transactions
1.07 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,822 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,541 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,821 (767,517 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
140,304 140,304 0000000000000869ffce4160a6764b4b68318c1f834448b14c71a84324efd00f 0.03 MB 57 116
140,303 140,303 00000000000002eb6bbd62de68f130e6f35b53b72c93fc05cdf127a30423b157 0.01 MB 12 85
140,302 140,302 00000000000008bb89a9079fb291e2412e791cb6ff1610d2ce2e04ff4614502e 0.02 MB 36 253
140,301 140,301 0000000000000458cfc1b3768079f9a1c85f3b3e660e9e596e5a610ce1193119 0.00 MB 4 1,049
140,300 140,300 000000000000010a68e772f6a0ef1081ce3b42d4c9dde1ccdd007cfbc5701ea4 0.02 MB 78 2
140,299 140,299 00000000000005e4c3e008deafaea140511d5abef64f97b9c33202d3147aefc6 0.01 MB 17 64
140,298 140,298 00000000000004f8c83fea9c53b857cb2bbd75a8d55fd2a077c7c893ad537ddf 0.04 MB 78 284
140,297 140,297 000000000000011f6ff79172094c37e35c08a0e46c772978696b1289e94a0a3c 0.03 MB 46 62
140,296 140,296 000000000000035e794b415e9c193fdd816cea2a1ea5b5eaa8d88714e1a9f357 0.02 MB 68 93
140,295 140,295 00000000000006a6a32ffe068dcf7fe0bf4ac5af17078596bbe4fb295122486c 0.02 MB 73 274
140,294 140,294 00000000000005635ad04aa97cdc09926ad0c26d7b814bd79e20363a3c973727 0.05 MB 98 267
140,293 140,293 00000000000001fdce986cc30ca5ae6c8f6d01392a6039293f0518aa74269797 0.05 MB 132 117
140,292 140,292 0000000000000266e722640ccecbf95396ca5763a7d0ab0acd0251643dfd44fc 0.05 MB 118 402
140,291 140,291 00000000000008d9656915af962b8cf266bc48005bd098d81230328dbfee2904 0.03 MB 64 311
140,290 140,290 000000000000044ff014f5b30f76b37d394475af1353aab807037dab2462b6fc 0.00 MB 8 381
140,289 140,289 000000000000076ae204f954a4691bef841ffcfc1620a709c373c739a6c1a28e 0.01 MB 39 164
140,288 140,288 00000000000001c7ac0d600f77d8bea4392544fc388a9bca89181b087905d98a 0.00 MB 10 510
140,287 140,287 00000000000001a54557c03079d542dba563a1f6ed0b43adbadb974aba2da80f 0.01 MB 31 194
140,286 140,286 0000000000000364341153b47e9a4bdc7ef17ed1b2c43712bbd59eb1616b3f16 0.02 MB 23 156
140,285 140,285 00000000000005fe1df3107716fe1979afcad4c53c600860d653f5b4d2adca7e 0.03 MB 102 207
140,284 140,284 000000000000053801ecefcd27e8ccd5715893f67d2739c9aaa88e4c2c327764 0.01 MB 20 123
Previous 10 blocks ↓
Total Size: 769.20 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,634.13 GB sent, 93.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.