Memory Pool Memory Pool Refreshing

8,444 transactions
2.62 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,886 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (284,375 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
623,488 623,488 0000000000000000000260570a4a16aa2a3bd72711302824fc23b26a3bbb8566 0.61 MB 1,240 4
623,487 623,487 000000000000000000073a0a77e1b360c195fda25cc23484c160bc8b2600ebfd 1.38 MB 2,605 44
623,486 623,486 0000000000000000000c759ed1e9cf5df7cecb32d3ff7e02b94e9722d0800f82 1.28 MB 2,040 22
623,485 623,485 0000000000000000000c9de35813883682f18b5d3dd8988176357f40b7adc47f 0.72 MB 1,457 9
623,484 623,484 00000000000000000007e20a78f2c024abdb39202d100534dacaced36217a013 1.27 MB 2,771 34
623,483 623,483 00000000000000000010676c102cdff2ec406e3a65e71a7e18fdbe0c21888335 0.52 MB 1,084 4
623,482 623,482 00000000000000000002cf1765fffcffa105312c96447719dabd242b6d5d1795 1.30 MB 2,997 35
623,481 623,481 00000000000000000009bec6b7e99b5d5bc40df07508485bfae4a6c32ebe5065 0.43 MB 858 24
623,480 623,480 0000000000000000000ed7aaf50dc4724bbc5f8920c51512732a593ed43a997d 0.45 MB 1,044 23
623,479 623,479 00000000000000000008f95fc63ad305ff85fb30a95d0bd1cf556339c868004e 0.13 MB 334 22
623,478 623,478 000000000000000000084707fb1246e89363e84daa911d6882ec83f2847441a2 0.50 MB 1,143 20
623,477 623,477 0000000000000000000b5bf7f98712bd731a7972015dd3761edd6751b3937fce 0.25 MB 538 24
623,476 623,476 000000000000000000086057f27dd01a00047c53ee0a35caee545a3a8f0c3b71 0.60 MB 1,203 18
623,475 623,475 00000000000000000000f5f56290dbaf75763b0f12651bc65c2f84156b18337c 0.37 MB 808 27
623,474 623,474 0000000000000000000ca47718c789ee177bb8e380ae790abff9fd584f0d2e8d 0.24 MB 633 21
623,473 623,473 00000000000000000011aeba7f24ffaa85ec1d21653d3c9568166835802173ed 0.21 MB 576 23
623,472 623,472 000000000000000000084282ae1401fc1ef8139829ddb3b33382aa2e8921e391 0.11 MB 267 20
623,471 623,471 0000000000000000000c11c14fb1dc550ee74ea1a29b1801c1b1139a725224ff 0.33 MB 489 21
623,470 623,470 0000000000000000000ce9240990ebe98e205377443910b3f871ca110a80dbdf 0.15 MB 365 13
623,469 623,469 0000000000000000000bf6b5fb77fc26f82eea8623a9070613dc0c7b300352ae 1.33 MB 2,365 9
623,468 623,468 000000000000000000096c0c625cdb9c82474783f3f7a55931913d79e02780e9 1.26 MB 2,545 17
Previous 10 blocks ↓
Total Size: 769.28 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,635.60 GB sent, 94.35 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.