Memory Pool Memory Pool Refreshing

2,428 transactions
0.85 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,748 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.85 vMB 2,428 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,747 (335,086 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
572,661 572,661 00000000000000000021eb494d6b0893cf8b6c528ec0b549624e28a0e696fa74 1.29 MB 2,331 11
572,660 572,660 0000000000000000001d7bf15a13ffb76a8c1256e5ab778ffcc918d97944e45a 1.14 MB 2,382 12
572,659 572,659 00000000000000000009534ae0cd4ef377894a4d7a89b152754656d6bab00248 1.09 MB 2,054 11
572,658 572,658 0000000000000000002abab5b828ab4c1c6202fe8f935cd7bfff7217a263c35d 1.21 MB 2,547 17
572,657 572,657 00000000000000000013e953b2055edd196080f6cabf5a951b3f4202acd30f64 1.16 MB 2,155 27
572,656 572,656 00000000000000000021aca3abca0bc7eadf114415e4cf1e0237fd72448fd0d7 1.11 MB 833 6
572,655 572,655 00000000000000000018810943c710e093154fc0a995c131c1d6f98ed2d9585a 1.15 MB 1,449 29
572,654 572,654 00000000000000000012ea1eeec1a27b60e753077c50b3cc6b2bbd97e0a4cb94 1.10 MB 1,397 24
572,653 572,653 0000000000000000001c7ca0f9243c093fbf31404d395b1b869ebdb18414a441 1.02 MB 1,077 9
572,652 572,652 0000000000000000002c2d446bcf2c5447cac27a91619d1237148b78a450de1e 1.10 MB 2,424 23
572,651 572,651 0000000000000000001bae05dc9fe16cad7d1e215822d4be1cc185c089f384e7 1.32 MB 2,800 64
572,650 572,650 0000000000000000001c299923b15a6ae6f7120b20cb8b773ca0cc87547ae647 1.13 MB 1,345 18
572,649 572,649 0000000000000000001a3e53cfa97f3e793224a5392f7e06b6dbbdbfa93e1bcd 1.10 MB 2,158 17
572,648 572,648 0000000000000000000f5867dc785019a7d4e935e0cefc5b178cff2e363c6016 1.27 MB 2,529 41
572,647 572,647 000000000000000000188c6a1a0f303bd1ef864c8464a991023198d8cbcbb87f 1.14 MB 2,602 20
572,646 572,646 00000000000000000020bcf6279a9e9a507e16f74c5b588ffd7bede0df5429e2 1.12 MB 1,891 30
572,645 572,645 00000000000000000022bb95241dc2f294809931b9477705f58c800e5256eeff 1.13 MB 2,844 42
572,644 572,644 00000000000000000004482c4c889c2fa5b3b117a2a3f273221a859a8ca9a899 1.24 MB 2,622 54
572,643 572,643 0000000000000000001198e1b37ae8712f9f0227ccf2c1dbfea5da4fbcacb1d3 1.14 MB 2,272 53
572,642 572,642 00000000000000000022200e2e654a0e405094514ba2d44fdfcbd84257f4fdf3 1.30 MB 3,313 67
572,641 572,641 00000000000000000023903e7a5aeb9b3934dbede400b58a451294995a33730e 1.41 MB 3,557 66
Previous 10 blocks ↓
Total Size: 769.07 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,628.10 GB sent, 93.23 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.