Memory Pool Memory Pool Refreshing

7,664 transactions
3.99 vMB
Show Random Selection Loading Transactions
Max Size: 21/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
2 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,727 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,706 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,726 (634,077 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
273,649 273,649 0000000000000004e7bf2aba7884659b6e62544d4233426fa2cf48fed295178d 0.07 MB 147 37
273,648 273,648 0000000000000001ea02d3ec1673793b8d8ee478ab845c307e0da98c2cdb5494 0.02 MB 30 34
273,647 273,647 0000000000000003e3ae0dac64c11d78f94e5e20533d28a90b01fe6dd125633b 0.24 MB 415 40
273,646 273,646 0000000000000004d3df552a45a997efb1b8d2e5b02f575e59b0a11e13fab6af 0.25 MB 528 35
273,645 273,645 00000000000000011e95746b3532c02549e9c6ec669415a4a034d61e68fd4e57 0.25 MB 723 132
273,644 273,644 0000000000000004688d493b5ce7b387f3a192b8b637b6ac84685cd48b356d53 0.11 MB 269 23
273,643 273,643 00000000000000020d4620cd489fefec8170eec78d7ac92793b806a17d40915f 0.23 MB 438 60
273,642 273,642 000000000000000340360c9ae8a1a3216aef0a80726ea45fa22ab2b700522fc4 0.35 MB 919 51
273,641 273,641 0000000000000003319ac86c7de0633d4e8d49fbef60c70aea89d96d83a00596 0.25 MB 594 44
273,640 273,640 00000000000000002609648d8d1ae36a88fd06c192677021f1bceb5eeecd3092 0.05 MB 115 43,405
273,639 273,639 00000000000000049ff1e3b0fd9454d819c28ed06a454218f071acef9d0ed880 0.05 MB 128 33
273,638 273,638 0000000000000000d67428c1ea2b84b04f1fe4ef3ffa7b6ffdba78b2e2855dc4 0.03 MB 71 68
273,637 273,637 00000000000000024b6b1246ebfa11235bd81f0376f0f31cdd6111a1960f30d0 0.06 MB 159 48
273,636 273,636 000000000000000484add3d38319766cd4cb3c5aad1a29c07a3b866f4b68500b 0.40 MB 580 27
273,635 273,635 0000000000000000a3ef5b0b722d2f74dbe994c99b1ea27c098646db06d7b0b8 0.25 MB 782 45
273,634 273,634 000000000000000317c5588b0d07d618ef3a682c267bd7302258f6e8f327e3cf 0.25 MB 338 92
273,633 273,633 0000000000000004b0b7eeaa64238db4d48490093ff0f1d64e2d219a2eb38de9 0.09 MB 256 157
273,632 273,632 00000000000000015f480faa7df1426b465c8c02040b0ed2c54e65de4cc6d4cc 0.16 MB 258 21
273,631 273,631 0000000000000000210a1d02c3e4763e90cc5633b409641ad10862ee62a27f82 0.25 MB 780 85
273,630 273,630 0000000000000001dfe0cbe3641ba44159bd15bc7bf97f817e2664b4d9eb15f0 0.15 MB 380 59
273,629 273,629 00000000000000007f686a2c6084e09dee0637623d38c2cbe09242c017759f8b 0.03 MB 75 31
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.79 GB sent, 93.04 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.