Memory Pool Memory Pool Refreshing

4,397 transactions
1.37 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,274 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,710 (565,426 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
342,284 342,284 000000000000000007a4e6f18de564dcde303cbc056240a54a5371cf1f840721 0.51 MB 1,097 28
342,283 342,283 00000000000000000a72ca02fdf94eb304811e971fbee3f1586eba4e211543cf 0.19 MB 413 29
342,282 342,282 00000000000000001397bbe34932b102a978d3050b7775b85cb3c158c9730b68 0.00 MB 13 42
342,281 342,281 000000000000000007060f48706a3a9591d41b61b3a282295d40c20351556a3f 0.17 MB 355 26
342,280 342,280 000000000000000010e192ac5ea421c6d400e6e6b4927df2fc7fd578117490b0 0.14 MB 284 28
342,279 342,279 000000000000000007a1755ebc691c7055d22b858ee1d326504277dd4bc78001 0.18 MB 339 23
342,278 342,278 00000000000000001a09b4e34ba573c614ec832726da55ed50a4359e30067cfa 0.48 MB 700 23
342,277 342,277 000000000000000007d8d7c0a9cd94f287fc1789527d64247f5f944208492702 0.12 MB 155 22
342,276 342,276 000000000000000001a5fa759ab715c6fe1f7d7938853c08104d344bae427aa3 0.56 MB 1,049 27
342,275 342,275 0000000000000000061cb4cdad1c0456007ec02af133abdff7c1977b95ff4c18 0.10 MB 216 25
342,274 342,274 00000000000000000a88e0296c9e16ccdb059282440d6035bdfe5dc647e37283 0.42 MB 749 25
342,273 342,273 000000000000000006395ce83818cd4e2456b9c369296703711938e6795e6079 0.25 MB 449 28
342,272 342,272 0000000000000000019543d5a2f763d109c5044b2b455d8a2cb342f69f8e4b5c 0.00 MB 1 0
342,271 342,271 00000000000000000dbe8178dff92bb215f23f7634fd411e5a55aab95d272bae 0.28 MB 579 24
342,270 342,270 000000000000000012fa64d2a06d9694011c223355ec396c9677c5af41d775ce 0.00 MB 1 0
342,269 342,269 00000000000000000d5b7d19f47edc088c114ed03cfb31a5f630a82db216d779 0.65 MB 1,301 26
342,268 342,268 000000000000000007d290ae385dfb3c67c0abe13bc50bcc9d3b5e9831f95e1e 0.09 MB 139 15
342,267 342,267 00000000000000000212b8d6dd176ca42a6403291328433e28e557402832a400 0.65 MB 1,247 28
342,266 342,266 0000000000000000035e4faa9a392cb437248733c803274dd3e1753719c4c255 0.42 MB 879 27
342,265 342,265 000000000000000004e8a68d71459730b1909f441dedf2d580dbc0d48cc73cf0 0.08 MB 80 10
342,264 342,264 00000000000000001131515489c46e2c0240b6539255260599f8dbcdbaac9efd 0.18 MB 252 19
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.