Memory Pool Memory Pool Refreshing

1,660 transactions
0.60 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,754 00000000000000000002349e0000000000000000000000000000000000000000 0.56 vMB 1,656 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (620,085 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
287,668 287,668 0000000000000000e9e38ff36d9895d8f38910fb2a3f91dfb730975d4bff4f34 0.19 MB 98 29
287,667 287,667 00000000000000007489b850d256c0b76e96df28d3332222ec2aa8185ec8ae95 0.50 MB 978 39
287,666 287,666 0000000000000000aff702959d2578b711dd38e27ded5b7fac8b5f3de32c8d97 0.50 MB 1,099 40
287,665 287,665 00000000000000010f674a9217be5d02e366c4407c1bc0ddf994226f0ddb4adf 0.41 MB 379 22
287,664 287,664 000000000000000037c3769bce972a0101fdd55b2506430f6da44edf6323d309 0.35 MB 819 52
287,663 287,663 00000000000000002bbb3e803325b16ac571e720ff00440aff1065997979bd9d 0.35 MB 341 30
287,662 287,662 0000000000000000741b8f6a1efc76ac520b5c521618ab0bd50d193cff06d8b7 0.50 MB 1,057 40
287,661 287,661 0000000000000000da6462a69fe106837ebedbc0193c5a5d2dc7060e4de900d8 0.13 MB 196 31
287,660 287,660 0000000000000000e1d61f77bf7eec7a2068ad8577e95fd5afa1a95f5fcc6958 0.25 MB 355 26
287,659 287,659 000000000000000066a1f31051947964a89c703446e24e13b2ed7539956ad4f6 0.08 MB 178 40
287,658 287,658 000000000000000035b57cd3ea8d3d7c0501e0b3944a97f553737c0fc358b3c6 0.57 MB 657 19
287,657 287,657 00000000000000007f5bb288479648fbb5d1b5c4df2f56f5066ad8707cc0a075 0.35 MB 1,036 50
287,656 287,656 0000000000000000109187d2440009b6404b89c8179add8b87303a8cfdc43c59 0.06 MB 155 154
287,655 287,655 00000000000000000cc3eead019e8d0302e2c5315873868f61e9fa8dcddd30c5 0.07 MB 91 19
287,654 287,654 0000000000000000f114409b31f67c409975f5a48511e2108bfe4eddcb453ea3 0.06 MB 161 48
287,653 287,653 0000000000000000feb04956fda79cbf01ef9ad43ea2b609df499f34b0c401be 0.17 MB 207 28
287,652 287,652 00000000000000006be15dfed46db38dfeaf494d087532d43b3a2fc8e86cc822 0.23 MB 310 23
287,651 287,651 00000000000000012da8aa3e6bc75473072a0ca7d295891ee374e9131bdffb09 0.06 MB 138 74
287,650 287,650 00000000000000008a40e24331406046103d09f67f99bf11a3c95d3b91dcf7a4 0.37 MB 535 25
287,649 287,649 0000000000000000b407fd459a0e3f3a5d3fdd95175b39314c763cdcf52bedca 0.06 MB 139 49
287,648 287,648 0000000000000000b808a8b5bc71c88e9c2b73fe68f03d4bdae3169433507c3f 0.06 MB 154 42
Previous 10 blocks ↓
Total Size: 769.08 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,628.25 GB sent, 93.31 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.