Memory Pool Memory Pool Refreshing

7,948 transactions
3.44 vMB
Show Random Selection Loading Transactions
Max Size: 19/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
2 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,668 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,756 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,667 (706,700 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
200,967 200,967 00000000000004336c2d3c3a0d25e34a90b4d0cb7984c73a226fb013a11c382f 0.16 MB 522 158
200,966 200,966 0000000000000535d22153bda9afe07c6d574013c8b2ed1121ca6d3a1099d48e 0.42 MB 1,050 146
200,965 200,965 000000000000012bc3a756b83f72b6aed59ed86b3e937c761daad19cbe5f7f0f 0.00 MB 6 0
200,964 200,964 0000000000000429ced8a7da26a7f4ce195a1da7786fd8d0b9048dc9a9bdddca 0.06 MB 192 81
200,963 200,963 00000000000004e8939083e17b030c6b99a647b7fc642cc0656a3503dd73994c 0.01 MB 15 70
200,962 200,962 0000000000000277f09c88c795f80547aff62166b07cb47f1c83d7cb503b8a98 0.01 MB 30 124
200,961 200,961 0000000000000117b02c8ea876c7cea3b50a61cda6b272181fff2e99f44028b2 0.09 MB 222 231
200,960 200,960 00000000000002ff1b68c84abc37200f3a1c902c587a0c0ab562700829a4b12b 0.25 MB 589 136
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
Previous 10 blocks ↓
Total Size: 768.92 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,603.87 GB sent, 92.40 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.