Memory Pool Memory Pool Refreshing

2,020 transactions
0.62 vMB
Show Random Selection Loading Transactions
Max Size: 4/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
908,530 00000000000000000002349e0000000000000000000000000000000000000000 0.59 vMB 2,011 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,529 (823,595 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
84,934 84,934 000000000005463ddb2ef1ca68c5a78d63908ee75a3ae5a8699fae4f2109db53 0.00 MB 2 0
84,933 84,933 00000000001ee0bcff1caa7da7c170397fd6205d8157aa323ed27fb63e4cc5a1 0.00 MB 1 0
84,932 84,932 000000000017a6a951cd302a5291778366010ad093076e9dcc80ac1e199bcf2e 0.00 MB 1 0
84,931 84,931 000000000021885e7090b5ff871cf06042734406ef3dd17cb1c8316f55921f80 0.00 MB 2 0
84,930 84,930 000000000017f6e781783721da8db246034a775468b782b7d54126889fa9f48a 0.00 MB 1 0
84,929 84,929 000000000022c47d223ac7e0f2edec712852d8e11577466d523e3a3ed6538ace 0.00 MB 5 0
84,928 84,928 000000000027a58a8131aa9e67ace9f3539d47869130505405556a5def1e43f2 0.00 MB 3 0
84,927 84,927 000000000012fc23566d16d1e7179b64fb0ad8c77953cd4ca56b218f53f6357f 0.00 MB 1 0
84,926 84,926 000000000018aa7d1fb100810e5acb327253fbb1e746c47d9d98230e71459fe3 0.00 MB 2 0
84,925 84,925 0000000000248d7d9dffe7b0a249e16d0ed8bf511d7320b6d5c7e32cba17b728 0.00 MB 7 0
84,924 84,924 000000000004c7f6fc2010d3d028424df73d9a90a73e061467163338437d7432 0.00 MB 1 0
84,923 84,923 00000000000d7eebfe2b1a595bf2350a060f7bfac51088b24745609ac1fdfb13 0.00 MB 2 0
84,922 84,922 00000000001b036b0ff8d4424cbdbf6c4bf983e5de3240626c7b68082becbab0 0.00 MB 5 0
84,921 84,921 00000000000efd7661ef916ae2d2b645e14058e7147928229849d3100232352a 0.00 MB 1 0
84,920 84,920 00000000000b46fe6870ccc1725c59e38cb79357d0d6cbda5f019838edde111e 0.00 MB 1 0
84,919 84,919 0000000000014850b26cef216578bac6c9f01bc20d2c37656d7210082e96e265 0.00 MB 2 0
84,918 84,918 00000000002aefeeb24ae2d14d0c18167eef28e9a1cfcfc92fc7384a3095d724 0.00 MB 5 0
84,917 84,917 000000000023b63160ae31f39624cdff63cf5a3d0818c1eecea708ba8c20dd4d 0.00 MB 2 0
84,916 84,916 000000000012709445b1e5ca1c6fefef429272b7f3be204ac3e2b14941362e2d 0.00 MB 1 0
84,915 84,915 000000000012c02bfbbb5c546e6f4f4c5146e9111708401a24aa5a7bc42907ea 0.00 MB 1 0
84,914 84,914 00000000002d2f26da063eab18581dab8411f19e90b40d66ed65278e129c59c8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.68 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,842.28 GB sent, 100.38 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.