Memory Pool Memory Pool Refreshing

4,411 transactions
1.30 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,831 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,076 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,830 (546,105 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
361,725 361,725 00000000000000000760608f89f977ec2bda1cf2f49d28b2ef2db1be6b01cd7d 0.91 MB 744 12
361,724 361,724 00000000000000000056bd470f29c62c4bc839ef989e86de64b6bf074bb711b7 0.75 MB 1,899 34
361,723 361,723 00000000000000000fbcb946256a8607a503fe06a01db0d279b2c99bcd15fafe 0.19 MB 320 22
361,722 361,722 00000000000000000203f5354ab15b17f4f8505e4dd5c0da4f23071c36a70fe4 0.23 MB 388 22
361,721 361,721 0000000000000000120063023ae57e8301c8c163be76e520b2be920c56dbb6e6 0.37 MB 466 19
361,720 361,720 000000000000000003a625dc6642c6dbb1cff891b026c9fa68bd7831850d2cb8 0.19 MB 364 28
361,719 361,719 000000000000000002039df0cf850dd6f6458fe1cc7ddf63343a21f32a8b32e1 0.21 MB 369 23
361,718 361,718 0000000000000000084d9e31f5894b98b7ee31403c1e211f39e040d8ebded02e 0.25 MB 129 5
361,717 361,717 000000000000000004c37c6413d9dd47b469a1477bb6eef157eb055fde70832b 0.21 MB 380 27
361,716 361,716 0000000000000000091d76d21cc31621364d0d08147cf0c9f8e325bea1a175c4 0.37 MB 523 17
361,715 361,715 000000000000000003a54aea22c4a3d87bc03d50438220b27df1abf7c095f8d0 0.83 MB 1,546 27
361,714 361,714 0000000000000000006afe53f267bfb0f9be7ab786f5287a764e8397e917c488 0.43 MB 964 28
361,713 361,713 000000000000000014465c579624c1c0c4be3dd7ddd4e10f35ff1e3ec57d68bc 0.16 MB 310 19
361,712 361,712 00000000000000000ee3aee0881ded576fbb7883b7cadf8ae801f68e4a99d593 0.11 MB 289 32
361,711 361,711 000000000000000010bb578c04091b28b047e16251dbe44e2ecf80762769fc78 0.51 MB 1,084 25
361,710 361,710 000000000000000003e6a41b83db893ab2102210fcbc69f1423b798ea6aa80d5 0.28 MB 576 29
361,709 361,709 000000000000000010154cc3b8b0784b9e5d870761e0b124c31508e9f4d852be 0.51 MB 1,199 33
361,708 361,708 000000000000000000d99f241e488480d495c503bf8f17a1b0435e7a099b7a4a 0.60 MB 1,331 30
361,707 361,707 000000000000000004cbbd20b1d0577fcfb7a68668071a8671cc65731cf9b44c 0.12 MB 129 12
361,706 361,706 00000000000000000c6c8b5d77948c7ccfb172788587ca05c59bb95415072531 0.51 MB 1,095 27
361,705 361,705 00000000000000000debf8b45013d9f0584d33dc4cdf4b4813039681e75374e3 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.22 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.68 GB sent, 94.05 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.