Memory Pool Memory Pool Refreshing

7,409 transactions
3.80 vMB
Show Random Selection Loading Transactions
Max Size: 22/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
908,701 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,556 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,700 (888,774 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
19,926 19,926 00000000f45437c8c6310a08c9f0fe33e9ae4161991f736de6975c147a4757e0 0.00 MB 1 0
19,925 19,925 0000000056ea38c1a620c3b88bbdca289c39c1c6780d7153f5d62eec69461529 0.00 MB 1 0
19,924 19,924 00000000342547fc20feff8504807d9a84f81dd0236c4d266dca497df5c6e619 0.00 MB 1 0
19,923 19,923 00000000432ee465e76b6e812ad19316405a67bbcdd25f8744e84e082f3329d7 0.00 MB 1 0
19,922 19,922 0000000054f10e94c7df5eea9ed13890390054b73f121ae246492b4eaea126f2 0.00 MB 1 0
19,921 19,921 0000000055a143efabcac15019caa99be24433a479496e13e2203c4d60f3b177 0.00 MB 1 0
19,920 19,920 00000000c6956103c74b1892ac501010294a29d9151aac10af74985a288f53ba 0.00 MB 1 0
19,919 19,919 000000008eed1c9e4df1eefe8b2fd24de578389fbf27c13066e577fc2250fd02 0.00 MB 1 0
19,918 19,918 00000000afd6c054f1e69dea3390a0e31c8ccd534fc42d754a551805aec12785 0.00 MB 1 0
19,917 19,917 000000004d9c18df461d40ffc99fb211bb478ff051889fefbd8390e5670c8db7 0.00 MB 1 0
19,916 19,916 00000000b823085441aa69ea49a865d2afce691a055d3f9eaeec2127b3febafe 0.00 MB 1 0
19,915 19,915 00000000bde7c361681397c09b69c9787f075a218a5155c1af1840f1ca05eac4 0.00 MB 1 0
19,914 19,914 000000006771aeeeeed5cee424e4996c67c296f7ae9613fb4047fed3e4a442a7 0.00 MB 1 0
19,913 19,913 00000000188c8f583a5f4e3d3cc36eb0efb18ac7d92d18b730e01f6efe3a8b45 0.00 MB 1 0
19,912 19,912 00000000e558632f6d38287283b70c672231754ba223e68fbb1a4a78aa733eb0 0.00 MB 1 0
19,911 19,911 0000000055b44155c259efea3e3d1ae08387ec62205c94db672309561c3e38a3 0.00 MB 1 0
19,910 19,910 00000000a12c6962f12e32422fe304e6ba3ae0d26c56cd0f30a308ccfeb645c1 0.00 MB 1 0
19,909 19,909 00000000143b4091e5e99bf185a6539c97d2e46b1e40bc25d374ae24017869f0 0.00 MB 1 0
19,908 19,908 0000000004d8556b177de97ebda33c563ac792b1815a78c856107bdae1ec4fa6 0.00 MB 1 0
19,907 19,907 00000000dff4e8b1329f1ecb486cd4905a6933484503f11bbe4462ebed840aba 0.00 MB 1 0
19,906 19,906 00000000cc42d1072f7ff15dcc87f9462c9427fc77f7ddc028386e1251a92161 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.01 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,854.46 GB sent, 101.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.