Memory Pool Memory Pool Refreshing

4,760 transactions
1.46 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,711 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,288 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,710 (562,043 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
345,667 345,667 000000000000000013b32c06c7f3c8c60ff07919a0376e33502a7de9d74a3e96 0.41 MB 580 20
345,666 345,666 00000000000000001144f4cc8e0ef281e4263cf92182d019832a001e137a1145 0.50 MB 745 21
345,665 345,665 00000000000000000c82af40ecd59015079c89a9b097f8031fd0b49fd4262889 0.55 MB 1,022 24
345,664 345,664 0000000000000000156e4283a978746840147f745837c147dff735245363f426 0.06 MB 21 1
345,663 345,663 000000000000000002f6eba4aec0d2bae8d73d2720cfe98fa8e8b5a7618dd832 0.34 MB 644 24
345,662 345,662 00000000000000000cf9439170d8a7df17357017cab0f16929fe04f7c1ca160e 0.28 MB 510 24
345,661 345,661 00000000000000000d61fafed00c20514b4cddd57b15d184375a582d79cd4d1a 0.06 MB 54 7
345,660 345,660 00000000000000000b5fae437591902d5b3be196a65c1ae0422a9ebab4ebbd60 0.39 MB 777 25
345,659 345,659 000000000000000016435274cc12f648e5fa1d8a385acf4c8679aee772fcd2c2 0.31 MB 411 16
345,658 345,658 00000000000000000df5bc6a00d1f35f5d3da8c4d2f3c9522ccef2e5b9709014 0.75 MB 758 16
345,657 345,657 000000000000000004115cbbc493ca729236d5bf768f544940ba9ee9957d469b 0.27 MB 718 40
345,656 345,656 0000000000000000021a0bdecbff393c204b7f6e3e0ba6fede52cabe915aa8d0 0.12 MB 228 22
345,655 345,655 0000000000000000084405a07a2f2eb0c4231b49785d7ad280fec9195f0b47ea 0.59 MB 872 20
345,654 345,654 00000000000000000e6336d6b596f0d37f080973601897310b16d64328ca6c9d 0.07 MB 46 4
345,653 345,653 000000000000000014d513b6f3c4f9b505458271047ed65458471ff17880d657 0.19 MB 309 28
345,652 345,652 0000000000000000050919b765a6d367b14f8f0103511777be0e160ecb133961 0.33 MB 572 58
345,651 345,651 0000000000000000083818aff972bb63e6007520ec77e83b74ad2cedb26e3ffe 0.06 MB 47 6
345,650 345,650 0000000000000000161d6a8b36358baf133e7f5a48ef0cc7e088dbb311a90ccc 0.10 MB 98 9
345,649 345,649 0000000000000000111cffb71a8fd2b6731a8b7bb9bee98bbaa125008bc34dd7 0.28 MB 414 17
345,648 345,648 000000000000000015f3628f7efda25ce2b68bc64b344100bf26de6aed49d3f0 0.27 MB 301 18
345,647 345,647 000000000000000011d2885a6bde4f7a0099cc211efee80515149bcbf3b28ccd 0.12 MB 264 24
Previous 10 blocks ↓
Total Size: 769.00 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.87 GB sent, 92.83 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.