Memory Pool Memory Pool Refreshing

8,958 transactions
2.97 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,825 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (617,984 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
289,713 289,713 0000000000000000e8a92638ed168fa74235ac7fe1489f33dbcfbb1044c17c1b 0.05 MB 128 52
289,712 289,712 00000000000000006ddf58013ccfa71f8b026ea6b6b90e52ec028e22951a9366 0.02 MB 64 32
289,711 289,711 0000000000000000d7ccc0620c98999632e5279b585c6b443b505491be312667 0.05 MB 117 31
289,710 289,710 0000000000000000ee9d324618057c89a816f71867c73ca4516c5fe263a9db41 0.35 MB 630 37
289,709 289,709 0000000000000000c75e6598cb5304a44ca70c06e9390d618f9143a83c503c6a 0.28 MB 386 28
289,708 289,708 00000000000000011703b659a6902ae3b96dbbd83e9ec14038112e472554c733 0.10 MB 173 21
289,707 289,707 000000000000000002cd0ae0c0b1d58e91e976aca51b278466235a3abaff86da 0.20 MB 330 30
289,706 289,706 000000000000000029f592fedfdd9b2c5d33ad035e32c4b9a01f9303e10147f0 0.32 MB 433 47
289,705 289,705 000000000000000016f9cfb1c5617eadc56a1f0a50f49240deaecfccd1131d6f 0.04 MB 128 74
289,704 289,704 00000000000000005f21ac68ac338c2ff2698a9c8f5e7ce4bfb40a68717c33a5 0.11 MB 195 37
289,703 289,703 00000000000000011973cab2ac941663cd7e59b5b73ba69498b212169805b871 0.17 MB 236 27
289,702 289,702 000000000000000102e57b2ad9616fd0edf5ba4ab329dafefc5c368079d02624 0.12 MB 155 27
289,701 289,701 00000000000000001bbbe3c6edf90cf5880ef7d2ec84c3fb644108bedb196f91 0.23 MB 341 42
289,700 289,700 0000000000000000df8ceef47bd89ae84b0a59315a3ce7c39eb1fa91d8a73c18 0.53 MB 596 24
289,699 289,699 000000000000000002d76f4fb1cb40189ea3d28d3d57510c9d2e006a1b0b1ea2 0.25 MB 780 49
289,698 289,698 000000000000000015413f33e6799db277e58239a60c2995b62b7e30a14ee4d3 0.36 MB 558 29
289,697 289,697 00000000000000011a32fde7cd5817054649d77ca53fbe52bbdbb5809517dc03 0.09 MB 96 19
289,696 289,696 0000000000000000e770d166f2a53ad9a56bf0bb99f7327cd2dbd9fcb6a94a7e 0.08 MB 256 32
289,695 289,695 00000000000000004c940afe91af1c1ba5df8eedf35f1232f370175f0261de96 0.20 MB 351 29
289,694 289,694 0000000000000000a23f499c2601000c6cfb8e3961cdadb4859423b909749958 0.61 MB 908 37
289,693 289,693 000000000000000086e0323baae77a1bd584bcf835472df17ebe00e6a7baaa98 0.15 MB 214 29
Previous 10 blocks ↓
Total Size: 768.98 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,616.38 GB sent, 92.72 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.