Memory Pool Memory Pool Refreshing

3,687 transactions
1.13 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,704 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,632 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,703 (541,618 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
366,085 366,085 00000000000000000beaa57965030632114f8eb6832fcccdbe49fe8511f2659a 0.00 MB 1 0
366,084 366,084 00000000000000000a11b2c0784df9546b1dcc3217c09351082a25eedeffc68a 0.73 MB 836 30
366,083 366,083 00000000000000000fc149c8a1e378859fd2bb67e5872b22b4396e53585f24ab 0.70 MB 1,185 56
366,082 366,082 000000000000000012397ab323754fe55514aaa347c0244f4ab85bd7c7544566 0.68 MB 1,164 39
366,081 366,081 00000000000000000708a8a7bbc47442ddd6653ac451a1bc78693e50ccf0b419 0.00 MB 1 0
366,080 366,080 0000000000000000039d7648b73a1be2a25e485207f93021f1a91f7961005b88 0.83 MB 1,227 38
366,079 366,079 000000000000000013adff16d7a0cfbcd0a4c8893d16bc3b768daf011c44f665 0.46 MB 406 23
366,078 366,078 00000000000000000df82295b8d95c060d886c0519d8fd8f48fdc65d4fe4354f 0.82 MB 222 5
366,077 366,077 0000000000000000059dcec9fd3a9c0fa3de7d7b7613788939246a27b40bdb1b 0.34 MB 529 38
366,076 366,076 000000000000000005a998c701e782977c44b93d74954be81679ef243d1b353e 0.26 MB 570 46
366,075 366,075 00000000000000000f786b16198e71c72f534131fcee49fae79626cfbdb58810 0.94 MB 333 7
366,074 366,074 0000000000000000069062cee0f21643bf25ee70b63127cd27e59ffadb16d615 0.14 MB 263 45
366,073 366,073 000000000000000003cff3b815e6e74c93192b9c5be83edbe36b4b4b1e55be49 0.97 MB 1,382 30
366,072 366,072 000000000000000015863d111244afc8e33434931292049adb2c4cbd3e4c9cec 0.69 MB 542 16
366,071 366,071 00000000000000000ee342385e95181c31d881210835ed4522efd99d6d262e66 0.91 MB 485 8
366,070 366,070 00000000000000000232456289b4f4cf73d7f76536705becda576f884e7a695a 0.38 MB 816 38
366,069 366,069 00000000000000000055397a3869438abedf791c7224caf3072b735c0e2f1a62 0.23 MB 328 26
366,068 366,068 00000000000000000740d14d3c9c72598cd6f5ef1eacedd41e7242f6a57789ac 0.70 MB 180 3
366,067 366,067 0000000000000000002fc9fb08914ed94e230c223f00b5f22a5ecc2c4b3c9463 1.00 MB 481 8
366,066 366,066 000000000000000010801e2b2b58e3cb41e271f0dfe8c4a6c4e23ad81dbe39fe 0.28 MB 564 37
366,065 366,065 0000000000000000056a7aa5dd2deddefa5935d5bd86840c88e822d1baedab9d 0.99 MB 460 9
Previous 10 blocks ↓
Total Size: 768.99 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.57 GB sent, 92.76 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.