Memory Pool Memory Pool Refreshing

2,353 transactions
0.82 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,754 00000000000000000002349e0000000000000000000000000000000000000000 0.78 vMB 2,341 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (685,813 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
221,940 221,940 0000000000000071704af0be7a594ae5fba755d2e6f904c581beae65584017b0 0.05 MB 146 273
221,939 221,939 0000000000000192253ad8ee575d5656f3d411ad50b2bea7e1ce28af2e83afbb 0.24 MB 402 168
221,938 221,938 0000000000000258fde1601b99c6a601e00b63eb51b419286e50811eea6f1dbf 0.09 MB 217 220
221,937 221,937 000000000000049683dfc787225750a5f260cbd92d5857bcbad8fc0ac0982428 0.11 MB 249 172
221,936 221,936 0000000000000294ba3785abe1cac42c341912f108331c64a0c8fa52798ec10c 0.20 MB 128 80
221,935 221,935 00000000000002e5be441ddbbad2025bf50c1b24b1dfceff36677f6864536313 0.24 MB 512 174
221,934 221,934 000000000000013ac149680dd94d62360a8072e5f2278d7264d01a2bd8124f9f 0.00 MB 6 218
221,933 221,933 00000000000000131137ce0eef56957a9a575107b0909665acd8b127b12d8963 0.25 MB 724 208
221,932 221,932 000000000000023fff301c9a60994418db1925dbaed27cd43a053006aaf335c6 0.00 MB 6 162
221,931 221,931 00000000000002902b452a6b8dce7e0c083e7f12ef2f686e55c6cb4ca00b52a3 0.00 MB 11 147
221,930 221,930 000000000000022a4aea27bd8db0842ea848d5cc6e2c38efaf5a6a2e5d75de58 0.25 MB 480 161
221,929 221,929 0000000000000292904e6c2977ac2b2d11bf1f1abd5ee94f1c27196809aefe91 0.25 MB 697 213
221,928 221,928 0000000000000365578db30e52fae67c081a977a4ebaf2af3d3324dd99d6c23d 0.27 MB 650 200
221,927 221,927 0000000000000452c0e66430b7ab285b0ce69624b329c08c0fb86f1be6592ae8 0.01 MB 21 89
221,926 221,926 00000000000001cfbb5198171c1a8c4675e6f0a44c180be9ee349f03d2ce2c0a 0.02 MB 61 66
221,925 221,925 0000000000000223339c65716cb5942217febe0b0055f9297643102756a6d015 0.08 MB 149 83
221,924 221,924 0000000000000472aa5f62a8c83c7c309751ccf1b1be36192eb1413c1b26080f 0.25 MB 677 222
221,923 221,923 000000000000005bc5f1fdca2cc0bffc735861b8f59d752727d127bd18afdc94 0.18 MB 336 149
221,922 221,922 0000000000000335d754207eb6a86bd1184263e86d7a44827337cacdc218ee11 0.09 MB 256 200
221,921 221,921 000000000000001521529a7e639e8af2b8a4318759f823745a11a31bfe114ed8 0.23 MB 237 99
221,920 221,920 0000000000000014d908366b92244ee17bba1ae9bbad28374183fb7eb9a368ec 0.25 MB 495 187
Previous 10 blocks ↓
Total Size: 769.08 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,628.25 GB sent, 93.31 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.