Memory Pool Memory Pool Refreshing

1,861 transactions
1.00 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,816 00000000000000000002349e0000000000000000000000000000000000000000 0.98 vMB 1,858 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,815 (634,614 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
273,201 273,201 00000000000000008d96ed51c07aa656fd8d106cf4d1280e58d68465a2bf7748 0.25 MB 569 35
273,200 273,200 00000000000000041a1d1963c429290cf5f90574060fcb7ab6d28d66a7527fd7 0.37 MB 925 63
273,199 273,199 000000000000000327d5bc93c06da8fe75d909fb323f60968d2d1d9defad3841 0.06 MB 127 49
273,198 273,198 0000000000000000aeee1e20c9868947eaa2d7c7933745d76fbf6cef562941b2 0.08 MB 171 37
273,197 273,197 0000000000000005ad02ea900182e16ae263735ad11aee765ac08fae662cc9e8 0.29 MB 402 27
273,196 273,196 0000000000000000116d1883eebd11ce547cdafa138d3c84e43ee579abe64ce6 0.35 MB 773 24
273,195 273,195 00000000000000046a08ef2ed28b7c55cec693a0f00f07259aa01eca0b167d1e 0.25 MB 752 71
273,194 273,194 000000000000000128ef677a704650627d2747d35ca10d8a4d67eb03c407ad33 0.25 MB 787 92
273,193 273,193 0000000000000000956cc172a729862237adfaec43dd57147495cac30a8692da 0.21 MB 400 30
273,192 273,192 00000000000000014ff4c67ac07eb790217d3043c57d27d3b7dbb9cbae62f765 0.25 MB 580 37
273,191 273,191 000000000000000171f4ea978716e4dadc89aef4db8d0f94b9d7c00977c729c8 0.25 MB 669 86
273,190 273,190 0000000000000002656f397f4343d07c98095a9fb7a69f009ce292c49d02f527 0.05 MB 89 18
273,189 273,189 0000000000000005e0d71ec88d1e2be7766713097f2730f0acbe3bafcb5e9a26 0.15 MB 268 44
273,188 273,188 000000000000000197090002eabce99b32ad48c289414dab00557a6631ebb81a 0.07 MB 151 33
273,187 273,187 00000000000000002fe99c5d9c36f3cc0d1ec00458355afd7d0582e63db5e5c4 0.08 MB 183 67
273,186 273,186 0000000000000004dd11152e32d321de11394864e3bd4a914cfabb83dc988306 0.35 MB 395 25
273,185 273,185 0000000000000002e2bb155ce2f7b6bc265b7f2ef4c94136c435fdf3cf91c0b1 0.25 MB 663 52
273,184 273,184 000000000000000497d93d59d346c40f1327ca9a6e4973cf80fb233e3f909a63 0.25 MB 753 112
273,183 273,183 00000000000000015aaa9349bcb7816514e0b68374c05447eed082c4178415a6 0.49 MB 1,044 53
273,182 273,182 0000000000000000fc0dac765eb71c35ead5deef294cb5acb41b3bb4f536e3ab 0.06 MB 127 23
273,181 273,181 0000000000000004f04e20908c371add05e4c67f44cfd2ffe906d51839bdcc05 0.16 MB 166 20
Previous 10 blocks ↓
Total Size: 769.19 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,633.69 GB sent, 93.89 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.