Memory Pool Memory Pool Refreshing

1,726 transactions
0.60 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,942 00000000000000000002349e0000000000000000000000000000000000000000 0.56 vMB 1,725 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,941 (252,089 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
655,852 655,852 0000000000000000000ef27eef82743c673b6e0acbed43b2b59aab7df672089b 1.20 MB 1,149 140
655,851 655,851 00000000000000000002c83587004b80dc5775c5c76d64d6eb21c71d80f56d25 1.09 MB 913 19
655,850 655,850 0000000000000000000dbd324b6deb8c0ccb5991ebad3edb885b8635e4768988 1.32 MB 2,409 89
655,849 655,849 0000000000000000000c99e6b43a7a0e56fcd957f1cd8ee88680acb28bde2181 1.37 MB 2,496 137
655,848 655,848 0000000000000000000a659ccc0d8d7213f45d41ab58c2668d09fbc97cdf5f8e 1.28 MB 488 9
655,847 655,847 00000000000000000008409c1ae02391ad098226306d344d27d5b0e120f57480 1.25 MB 1,848 62
655,846 655,846 00000000000000000009e108b4232923962666014df48e4c6976fd344e80aa64 1.39 MB 2,346 134
655,845 655,845 0000000000000000000198ea1c27410a04e7bdc6a75f996aec4ce976815898a1 1.57 MB 1,487 66
655,844 655,844 000000000000000000073d8216518826443cf5098efc11206eec6dd0fe8a4ca4 1.29 MB 1,889 73
655,843 655,843 000000000000000000015f56e397bb29e36b7958aa58eb81ba316464838a5970 1.37 MB 2,668 127
655,842 655,842 000000000000000000070a5aff2164b9a64cda4daf66a0f4f2c4e0f39fa0b183 1.31 MB 1,406 32
655,841 655,841 000000000000000000016e55f1dfeaddeb95ed4f8be81ec66fdb01a7c34cc67b 1.21 MB 2,351 92
655,840 655,840 00000000000000000003d5819bfd029878031ce740a39a82cbaf448dfe0b9053 1.26 MB 2,468 65
655,839 655,839 0000000000000000000ca12b8050e0ad6443bbc9506d56e786756cd5598b9f6e 1.30 MB 2,212 92
655,838 655,838 0000000000000000000cca263e8c8b049c8c1e723124262813146cd68d40167b 1.29 MB 2,573 95
655,837 655,837 0000000000000000000037924223db89ea5c71062d891dff432152f9fb99199b 1.29 MB 2,360 32
655,836 655,836 000000000000000000011cf36bccf43809acd959c80973596c1f347447468ec5 1.27 MB 1,653 241
655,835 655,835 00000000000000000007c4a5e5330eb3ffb345763e912edfdf5206ea7117093f 1.12 MB 1,601 43
655,834 655,834 000000000000000000031d73d9beb19bb2bc00996d0af0410539b2090cd7c7ef 1.35 MB 2,403 134
655,833 655,833 0000000000000000000dac445b66e27bb0ff41a83375703854d17bab7b0795b4 1.28 MB 2,519 119
655,832 655,832 000000000000000000042100b624a3ae99515d8df1f864ac179d04f375dc897d 1.34 MB 2,226 117
Previous 10 blocks ↓
Total Size: 769.44 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,645.60 GB sent, 95.11 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.