Memory Pool Memory Pool Refreshing

5,531 transactions
3.36 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,729 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,372 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,728 (384,211 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
523,517 523,517 00000000000000000025a34978b33f1432dcabd371d901a7104bc2be5c24db8b 0.49 MB 1,018 41
523,516 523,516 0000000000000000001d233204b0d9cdfc8e101ad03a8dd98c39585b5ae1fe92 1.13 MB 2,184 16
523,515 523,515 00000000000000000014ba3096248fc0e3804967bafed2733e17f3738df3c400 1.14 MB 2,551 49
523,514 523,514 00000000000000000032adc79d456a9f0f48b063fe520d3246c645c09609f5c4 0.13 MB 182 21
523,513 523,513 000000000000000000287fbbcf2bf9c705fcff0d00b61a2c97a85c6e1a0953d8 0.86 MB 1,570 37
523,512 523,512 00000000000000000020449de95998e6da8be1d1c521dee8fe90c8f0fd415750 0.22 MB 373 33
523,511 523,511 0000000000000000002ad235c5c500c85ed65ef183956ea103036d1b445a8dc7 0.17 MB 334 32
523,510 523,510 0000000000000000000b034099802e559477f69d613ce255337bed7e2702a727 1.00 MB 1,540 31
523,509 523,509 000000000000000000115e92c988335058c7daa555034a68f943c14d1138b6e6 0.22 MB 431 14
523,508 523,508 00000000000000000032f630eb3008aca6a73a426a04310d85cb262b8f9bde49 0.31 MB 764 51
523,507 523,507 0000000000000000003a36e7d11226b4121f62eb626da0866f76d9224febc22c 0.95 MB 2,018 41
523,506 523,506 0000000000000000002d41fc84ba6ae45f275f39bffc1930018938101fdf86e3 0.05 MB 134 14
523,505 523,505 000000000000000000116389f3c706fd9502e665ec662fd0ca86ddebd0397b43 0.06 MB 153 42
523,504 523,504 00000000000000000039c8f7fc74ae4d4f992d3cd9e2aac18d61671c5c9ba294 0.72 MB 1,675 35
523,503 523,503 000000000000000000339ab24a884be3040946530063dee3b10505f411fe20cb 0.46 MB 1,075 37
523,502 523,502 0000000000000000003c7d907c4d9d6ef176da0b60773f15f5bedf9c7c42520e 0.11 MB 244 44
523,501 523,501 0000000000000000001518774ef9a8296abe922f891c4ce6ba4c197722cdd104 0.07 MB 189 60
523,500 523,500 0000000000000000001ec556e14f89719220091afcfc98e532308fb47e76aca7 0.23 MB 362 36
523,499 523,499 000000000000000000325ff7804eeea7f23fa78899b7e546c5c3939426204214 0.38 MB 701 52
523,498 523,498 0000000000000000003de41535ed08bd32ffe827928098ed3666f29bf3539de0 0.48 MB 1,106 46
523,497 523,497 0000000000000000003573adee4c427131b1602ded121250389c8aab9f517e67 0.31 MB 451 32
Previous 10 blocks ↓
Total Size: 769.04 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,626.05 GB sent, 93.05 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.