Memory Pool Memory Pool Refreshing

996 transactions
0.32 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,440 00000000000000000002349e0000000000000000000000000000000000000000 0.31 vMB 980 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,439 (826,500 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
81,939 81,939 0000000000304f568874490bcfef4c6149eb971176de4526c44b74d607e2db91 0.00 MB 1 0
81,938 81,938 000000000033febe374e67f16ea20ec8e78ebad1070d3be523f3ea2879e93f00 0.00 MB 5 0
81,937 81,937 0000000000338ff1b254c76bc45ba9010d73c03678210b6f3a894763b5bad6b9 0.00 MB 2 0
81,936 81,936 00000000003cdc185519c709e54b4751cfabf17f738aa8cb622ac8f3482dbe50 0.00 MB 5 0
81,935 81,935 000000000007106da5fc5e67a9917c82fc693db12da0e427f46bd8c0ed213877 0.00 MB 4 0
81,934 81,934 00000000001489ddb207de3b782ac72ae4f03a2a95a1a1216f67adf160062267 0.00 MB 2 0
81,933 81,933 00000000004718c889f2e6d3bf948278b35405c3ec95589fd52e66c4a1e9e499 0.00 MB 1 0
81,932 81,932 00000000002dde99602ddf7bef3d7bdbf70bf4ef6d2cb6ba0baffcde309c19e4 0.00 MB 2 0
81,931 81,931 00000000003a58d5e3ab72dbc91d81c8da3835df0a50cd4dba63920185c22db9 0.00 MB 1 0
81,930 81,930 000000000029877a9f0d08ec43946f2c24ea034c47a834026e688a499889f521 0.00 MB 1 0
81,929 81,929 00000000002c7f483be760928315c75a163d176c72186347a795152fa1bea1eb 0.00 MB 1 0
81,928 81,928 00000000003c70777a40b5194d8cb0abb42b065d8448b5ee182cad4a02c8d990 0.00 MB 5 0
81,927 81,927 00000000003efa9ff58ba1cb443eb3a8d47ccb369e379cc40d776a32fa27eea4 0.00 MB 2 0
81,926 81,926 00000000001e1067bfa3d2b285d4f343a55ab1bc56c099616337ffc0ecee3b54 0.00 MB 1 0
81,925 81,925 0000000000138725d9bcda94ca635e3fd40c3f1d2e1435d8436ab34fc92e9653 0.00 MB 1 0
81,924 81,924 00000000003d46679b213c63ce377d8ae5be4e538d753b401e4f9a6928c4df9a 0.00 MB 2 0
81,923 81,923 00000000001ca063d5da9282d8f5360ffb5d7adb33999de369b2b78c73a74c3d 0.00 MB 1 0
81,922 81,922 00000000000c23002ea1030073dd4356b40a8d4d6607f93ddb47ed96590a8853 0.00 MB 1 0
81,921 81,921 00000000003e8affc71c856c9f2a09dc455900a23f31ca875824981937f6f0da 0.00 MB 2 0
81,920 81,920 00000000003e66a93ec6a359cc4053b7a397567e4acf28b544ff042d4a7d913c 0.00 MB 2 0
81,919 81,919 000000000019707e79571fed9aef53111e456109d2842149fbf59086fb2a301f 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.52 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,774.51 GB sent, 99.64 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.