Memory Pool Memory Pool Refreshing

5,443 transactions
1.94 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,843 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,256 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,842 (710,510 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
197,332 197,332 000000000000023aae1669567a8c33dc1b4dc9cf9a2feb69847c8e955096ff3e 0.05 MB 134 78
197,331 197,331 00000000000006dd81004482764466399231d7b6db605c993892d5f272a8030d 0.04 MB 145 7
197,330 197,330 000000000000043468785070886ae3e14d86381ca473edd6e36da192d06a2ffd 0.07 MB 170 119
197,329 197,329 00000000000000951fc2bc7b32ec0606a09309eabe530f49df6708dd8342c7f2 0.01 MB 43 125
197,328 197,328 0000000000000119aba7e1714f7ab3ee8c838295e24407e7413e16cdb0451134 0.07 MB 189 144
197,327 197,327 0000000000000237974f1a76fd6027d8f1d92425422ece1f61fb0d1dfe16962a 0.25 MB 572 134
197,326 197,326 00000000000000c1d46e2abbd0bf4a7b7db051e9742bb640de3370e7e1255e85 0.02 MB 58 193
197,325 197,325 0000000000000322d2dfe77bb60d35fae52bfabba06f15c918ed8e8555efb6e8 0.20 MB 353 110
197,324 197,324 0000000000000366137cbdfbfe9e5cd2032228135ff56693396dd07a82e7f00d 0.20 MB 460 138
197,323 197,323 00000000000005d857e6639f2156e7b2fe0d95c5c542f278055a9aaec552e64e 0.05 MB 121 109
197,322 197,322 00000000000004b792122ae42d2b614d234d76b2804bed734c455c00b0523c6b 0.15 MB 144 81
197,321 197,321 00000000000006dbffaef24791a59450e83474da729e6f9e1f33f3c134a2eae7 0.12 MB 267 120
197,320 197,320 00000000000001ad5539e2bdc821e26d45421fc805182699eefae53dd8b47019 0.00 MB 13 44
197,319 197,319 000000000000031c4fdcfaf96fc60f88d18d80fedcd0eaf57318720bb0339340 0.00 MB 7 15
197,318 197,318 000000000000030b1dc999bcc10999f79dcdb0c344b6b7963cefaed32717361c 0.21 MB 507 139
197,317 197,317 00000000000001118ac5b2f25ed1203b7b3ab938302d7d67fd2b8468bb7d898d 0.03 MB 110 47
197,316 197,316 000000000000033d0b454048256e492838f5412bfdb28076edae1f2ea9eadd38 0.16 MB 512 160
197,315 197,315 00000000000004a82e20e7abd2d3cf0423049b498503f4b6ea744f1f2096042e 0.05 MB 144 1,125
197,314 197,314 000000000000011d717f218c3ce818c32a0e7afcadc0f2f891eff0483feab867 0.00 MB 1 0
197,313 197,313 00000000000002717aebad6f86ca9c4255aab3549747c17270f2080ce7ea335d 0.11 MB 293 240
197,312 197,312 0000000000000367253c555c34cb9b11176809bed40a7ac73b8b43a4545dd006 0.16 MB 402 204
Previous 10 blocks ↓
Total Size: 769.25 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,635.09 GB sent, 94.16 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.