Memory Pool Memory Pool Refreshing

564 transactions
0.27 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,915 00000000000000000002349e0000000000000000000000000000000000000000 0.25 vMB 547 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,914 (264,363 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
643,551 643,551 00000000000000000003e273605a7d7156720a53bd700c0f667ebfbf323f3b33 1.23 MB 2,170 65
643,550 643,550 0000000000000000000cc518267e96b5f4f7bb1b1881f370b85cdb338a2440bb 1.30 MB 2,739 81
643,549 643,549 0000000000000000000005fcc63987abf835d78c91e36ba92aa82159775cca2d 1.41 MB 2,158 113
643,548 643,548 000000000000000000081a62e90163c550d2270698585ead804964a1e2e095ce 1.19 MB 2,686 35
643,547 643,547 00000000000000000006c94ea468b2498ca4774bc0528aebda3838722fa98a57 1.20 MB 2,769 66
643,546 643,546 00000000000000000002d32e683ef8e5797b32c3baf72aeb13a2731981f185ea 1.21 MB 1,608 128
643,545 643,545 00000000000000000000c58a5520737c08950b40adcb6a84b72ad560bcd45094 1.18 MB 2,542 73
643,544 643,544 0000000000000000000568375200cb94e51bcf285835a46141e5bef0439a3613 1.63 MB 2,018 114
643,543 643,543 00000000000000000005803b66301e5bba39ecbc52e4f7361195466a13cbd220 1.42 MB 2,539 145
643,542 643,542 0000000000000000000987968c2e8ae4475384b828aac4f1380d238c6e490bbc 1.35 MB 2,708 143
643,541 643,541 0000000000000000000437ab763601f817b11b6da8711f7c993ed0758dda7abd 1.20 MB 2,486 23
643,540 643,540 00000000000000000009c931dc5d012f9cd94582cfe6a21117532f3d298c7ac2 1.15 MB 2,836 49
643,539 643,539 0000000000000000000a6ae0fe754d77cb6a52ecc13a89ee0d0d5544f2f309b3 1.33 MB 2,828 83
643,538 643,538 000000000000000000030a0f17392322f9ed5d5ba2f615b9d225594dcd177dc9 1.36 MB 2,923 134
643,537 643,537 00000000000000000000d0387c843d429feb089d8f6954088e6ddcc877e25190 1.25 MB 3,383 151
643,536 643,536 00000000000000000006782cc074c0bda85d7ec2d2a3253e1900ccbb25a3ecb6 1.14 MB 1,416 42
643,535 643,535 0000000000000000000a72ca669a4e0eb1d5e2e821ee20cdcf5dbaebf49aa50c 1.08 MB 1,900 13
643,534 643,534 0000000000000000000777d55ad562dde765357e3307df52c0558ea883c7fa83 1.11 MB 2,705 21
643,533 643,533 0000000000000000000f257e5fbc4931ef8a735b1d0b018ddf9eecbe3d916513 1.22 MB 1,923 102
643,532 643,532 00000000000000000002c1c86706a1b30851b14d1ab06c74be293022cf3273f0 1.31 MB 2,490 132
643,531 643,531 0000000000000000000cc10fad640d5f7052c81a70a3365c124869fa248aeb62 1.17 MB 2,675 50
Previous 10 blocks ↓
Total Size: 769.38 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,644.12 GB sent, 94.85 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.