Memory Pool Memory Pool Refreshing

1,349 transactions
0.57 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
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,778 00000000000000000002349e0000000000000000000000000000000000000000 0.55 vMB 1,348 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (78,393 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
829,384 829,384 000000000000000000034b32ad724136407b7b7058cbaaa3beb55095c2aae5b9 1.46 MB 2,563 127
829,383 829,383 000000000000000000016531652fe430b01d837027b4d356edd9e19b04fe8dd6 1.83 MB 4,831 77
829,382 829,382 00000000000000000001bb948fb63feb4f563f924c6b520bfd46970cc4d30ca1 1.61 MB 3,451 44
829,381 829,381 000000000000000000032ea8a74fbc6acfbc8b581fcf623b192734c7ca007363 1.77 MB 4,384 59
829,380 829,380 000000000000000000028e74cb36214ab5449ef0cd49e6ab4a5a82eccd3113d8 1.50 MB 3,109 61
829,379 829,379 00000000000000000000daa1ee6ceb381cf97ea9ab916669ed2a2ccdbac43aa1 1.70 MB 3,808 78
829,378 829,378 000000000000000000004aa653ea038a6aae38b53dd8c03bed98bb97e21e3c9d 1.74 MB 4,441 89
829,377 829,377 00000000000000000000804c5efcd3949102e0125c24b8130bddc143b5e2e9fc 1.81 MB 4,836 110
829,376 829,376 00000000000000000002d0aa7d28fcacf506914fe6b5afea66a784cc9a239c41 1.73 MB 3,835 76
829,375 829,375 00000000000000000000505a883b84847986e829d78931c62afc0104d146dccc 1.72 MB 4,364 100
829,374 829,374 00000000000000000001ab55b969e4f4b53aafb9453fafd080a6f5a2d3fa2d05 1.77 MB 4,415 92
829,373 829,373 000000000000000000024ab82f61a51c31cd5a92269353f70d935a55685fe1ec 1.72 MB 4,230 121
829,372 829,372 000000000000000000031a2fa27b4f2be635960fbf8bed1c017d188c7c4d0d6f 1.50 MB 3,270 154
829,371 829,371 00000000000000000002dcc4dbae3ae65c202f26f193c1ea540535b0f35d409e 1.73 MB 3,816 88
829,370 829,370 000000000000000000013c70765d31ccc72ef0c96fe625b36f56bc4e93116bde 1.65 MB 3,839 121
829,369 829,369 0000000000000000000213ffad9f4fc397ad4926b7160cf19d616983b25b20e2 1.55 MB 3,330 103
829,368 829,368 00000000000000000002699b7278410ec76f48260f175aac159111da09a1b61d 1.97 MB 5,489 156
829,367 829,367 000000000000000000027971b3fd0494202674549cbb952c507da484ad202dfb 1.28 MB 1,876 151
829,366 829,366 00000000000000000002aaf54138b964d2029348ee1b170b1cb968d124be9745 1.68 MB 3,966 104
829,365 829,365 00000000000000000000bc9cb1f636a9df2969f38b71a2ac55b8f6f26d0d8b12 1.29 MB 1,703 85
829,364 829,364 00000000000000000001f3eb6464cd19b0a8a1f3a98b1b0af83ba9b4a4c0b259 1.46 MB 2,631 49
Previous 10 blocks ↓
Total Size: 769.12 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,630.11 GB sent, 93.49 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.