Memory Pool Memory Pool Refreshing

808 transactions
0.39 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,764 00000000000000000002349e0000000000000000000000000000000000000000 0.38 vMB 797 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,763 (706,804 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
200,959 200,959 000000000000019aab59cb7b5d9f0489a113c19db359c2f3613dc716784b47c1 0.42 MB 702 105
200,958 200,958 00000000000001453706ab194c349a072a8a91fabd46f5b4877c65bcf3002400 0.05 MB 128 133
200,957 200,957 0000000000000518f6086f1938ba4ce8385d02205f1bcc72a7b019f113b29411 0.07 MB 209 402
200,956 200,956 000000000000039f115d6ba0b910613a01a9175a9f5cc19c4e60523285a869ed 0.15 MB 68 60
200,955 200,955 0000000000000527df28b3d17ff27e34dbcbbb8402895a295e549f68ce184c5f 0.01 MB 37 0
200,954 200,954 00000000000005a81f72190aeedc0fe8aef697df6827ab25d8fec48330ea0dbb 0.25 MB 862 219
200,953 200,953 00000000000000ed85772cd0bd15ef4a0cacdf0a7eff5b46d21331e15652fa95 0.04 MB 98 122
200,952 200,952 00000000000000739ca7816ef0defcb26929667a634495e7fe8ade93ab009a56 0.05 MB 144 104
200,951 200,951 0000000000000234156599e66c05a4b9009654f0c861575bcbf1bee527eea747 0.00 MB 5 152
200,950 200,950 0000000000000038ba38b354b3fd8173cd55cebbe998c75f27af5fdc577366bd 0.19 MB 390 127
200,949 200,949 0000000000000415ab3edd56e91f97c00708e8f5cdd667a024660c0b1fbdd625 0.13 MB 221 112
200,948 200,948 0000000000000551a2db8d4473043d5da01a20f1f09cc422402ddf9472cc2d1b 0.15 MB 216 38
200,947 200,947 00000000000003a9f1e43c9fae3f24a26e77ecbad80aeb3f07185f2bf2ca3da5 0.25 MB 738 293
200,946 200,946 000000000000027547f01b3e1ab37242d30bf3658b8f09c8cdf1d152e5b97c9b 0.42 MB 1,091 161
200,945 200,945 00000000000002ce2f6d0fcaa153cbd6d7f1e5283b23083108dd2a04544b5c16 0.05 MB 147 105
200,944 200,944 00000000000000a3859c17b6fef941ce088abc1e8a4637dfd30ecbf5f04c7f25 0.00 MB 11 200
200,943 200,943 00000000000002eaed8e5059942c0e0aaf80bd2663be889f0e8a7f1f0551ea10 0.06 MB 106 138
200,942 200,942 000000000000002524774753505e05e5b3a9d63c46aa0280f05a97305ce1b609 0.04 MB 127 80
200,941 200,941 000000000000009045a2134fe04ce4371db9d1f38ab3a6f21855c5dc6526ca91 0.00 MB 8 34
200,940 200,940 0000000000000550cd0f3e893fa6f70af165b3162c9b8099a2fd0ad6631f16c0 0.10 MB 246 116
200,939 200,939 00000000000002245e21054607818e12d67197e3905ad31d18e217b2a4ae171e 0.12 MB 218 104
Previous 10 blocks ↓
Total Size: 769.10 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.71 GB sent, 93.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.