Memory Pool Memory Pool Refreshing

17,563 transactions
5.65 vMB
Show Random Selection Loading Transactions
Max Size: 33/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,719 (582,084 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
325,635 325,635 000000000000000007db0710bcc2c37c281960f7dd093bdffd8b2b70a71faa97 0.66 MB 1,190 24
325,634 325,634 000000000000000005069659c3be1a5a5137d3c6bf6451cdfefd137a192685a9 0.16 MB 512 45
325,633 325,633 00000000000000001c40fadf78e40d9e19fb500b722f10a158991ef035064d6a 0.11 MB 183 20
325,632 325,632 00000000000000000afc19ec0e07946913e9ae9f399fe347edc4f469e72d9555 0.75 MB 725 17
325,631 325,631 00000000000000001b51310ab954bd94d14ed38f49210bc10987fac58b2ba7a5 0.35 MB 823 33
325,630 325,630 000000000000000015bb6a798c1040ce8432c53bdc4e18eff5fdf5421caa0d16 0.90 MB 1,681 29
325,629 325,629 000000000000000017a8b558fcfba4aa6cec8c11313c5d9bb291c8c6fa9c21b4 0.75 MB 1,994 40
325,628 325,628 00000000000000001ee43878906adc6898adf0639a39df0dcb9d279a4febe867 0.20 MB 512 36
325,627 325,627 00000000000000001773d683d11bf728418192ff369e4a8598dab7ed7b3362bf 0.12 MB 267 31
325,626 325,626 00000000000000000428932e8521321c245855f43be15c8b909d91b4f86f7422 0.06 MB 107 11
325,625 325,625 0000000000000000079390605f88c7520f27bc3fbc3a5987db53fa6c439b4b43 0.53 MB 1,068 28
325,624 325,624 000000000000000005cbdd5aef103bfc64bc553b6d489a5698c080bb344465b2 0.17 MB 329 21
325,623 325,623 0000000000000000129ee79d9acfc1f031212889169d328dfb2506c6facabb06 0.13 MB 273 29
325,622 325,622 00000000000000000d3dd61c7a9f34b64e4d960ffdd0bf007a6f94aecd2546b8 0.60 MB 1,285 33
325,621 325,621 00000000000000000c9bb1579d49f2a01dc796b691e3cdde287509d54ed51b07 0.48 MB 1,057 34
325,620 325,620 000000000000000008e6dc04386feead0a8dcf473f52fa27b0f3cabdb381f226 0.48 MB 754 28
325,619 325,619 00000000000000000dfe33cfe98292c7a05e9b532a6a1d36d768f651dae36d54 0.80 MB 1,571 30
325,618 325,618 00000000000000001aea1bec3669b4b261c64f21d0819ffef8182cbb13cb1727 0.03 MB 61 33
325,617 325,617 00000000000000000df474a30515a19e5eea1380473a35c9e7afe7353d7bb407 0.30 MB 482 23
325,616 325,616 000000000000000018d36a4f381e26ea1f7efd4569665a0d25619e3e193090ef 0.17 MB 383 31
325,615 325,615 00000000000000000627672f444739388ddaabfa74e7b5d7bcf96886e720a20f 0.50 MB 805 28
Previous 10 blocks ↓
Total Size: 769.02 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,624.21 GB sent, 92.99 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.