Memory Pool Memory Pool Refreshing

18,811 transactions
6.01 vMB
Show Random Selection Loading Transactions
Max Size: 35/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,278 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (11,981 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
895,738 895,738 00000000000000000001f8d940058d0e56d9ee83ba0b5e4ecc9c0ede3ec1df4c 1.37 MB 1,291 3
895,737 895,737 000000000000000000006a05a25ec3410492c5d50aa92cf3cb5c055d7c77da3a 1.62 MB 3,180 6
895,736 895,736 00000000000000000001bff134c2eccc12719830527b35755bfac136be48e915 1.43 MB 2,075 3
895,735 895,735 00000000000000000001f02ca646ab6e0df73aa6d77a06066e023110774a36b0 1.60 MB 1,479 3
895,734 895,734 000000000000000000020da9233b9df12d1d604408ad370ebb86144b8576d82e 1.50 MB 2,185 3
895,733 895,733 000000000000000000008f2024f22245a42ffe705c8ed0021499529b476acb03 1.47 MB 2,664 4
895,732 895,732 000000000000000000001f35e665d3c5baee1b60013468c9e419a438ae898f69 1.31 MB 1,502 3
895,731 895,731 00000000000000000000128a1bf8c07dd134a56ebce11ff9cac153425affeb9c 1.55 MB 2,546 5
895,730 895,730 000000000000000000019d4114918504d7449b43a97dbf987ac577db37ff0f40 1.56 MB 3,450 6
895,729 895,729 000000000000000000009f9a7ce56c8ab4d388f9f91c41eba74ffd92449ee4c1 1.19 MB 748 1
895,728 895,728 000000000000000000000f99aaad493c4571c52fbf6d838ad2b85d24b2397d0a 1.26 MB 1,220 1
895,727 895,727 000000000000000000022837090d90abc14c749997bbde6a9709bfbac7ede8e2 1.12 MB 542 1
895,726 895,726 00000000000000000000045ce7b3156f4629943ca1e9be1165e147a2b4dfd0e4 1.56 MB 1,569 3
895,725 895,725 0000000000000000000186c4761c772f3fcefe1306be4e52a1ef0bf0fe56bb4f 1.60 MB 2,412 3
895,724 895,724 0000000000000000000148eb23afb8bb31859b671d78bc8d931fe6175bbae22a 1.32 MB 1,524 1
895,723 895,723 00000000000000000001ebe32cc800686071137b45a26bcd4be12387f18ad3be 1.44 MB 2,242 2
895,722 895,722 0000000000000000000237ab9ff57347a41c287e595814b7af2508b2a1c0b36c 1.39 MB 1,610 2
895,721 895,721 000000000000000000003eb16e3a8ec123ca8224e6e3c39f87166ff1dc5421a3 1.50 MB 2,325 3
895,720 895,720 00000000000000000001f14e691bde866304d284fcea8d2c268f7661c559ea8b 1.49 MB 2,978 4
895,719 895,719 000000000000000000023b4c32cabb8b1677f35e7f6c850292127b91c59cbce4 1.37 MB 1,441 2
895,718 895,718 0000000000000000000162c12b219cbd3ffde76beec74fbeef7d4266c8cd9572 1.18 MB 766 2
Previous 10 blocks ↓
Total Size: 769.02 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,624.40 GB sent, 92.99 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.