Memory Pool Memory Pool Refreshing

3,116 transactions
19.58 vMB
Show Random Selection Loading Transactions
Max Size: 80/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,324 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,750 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,323 (898,480 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
9,843 9,843 000000008662451ad23b11fe82c8454201cc79613d14cc462941c512626a2c46 0.00 MB 1 0
9,842 9,842 00000000e8abf3d8f51adfe484443d87f054de0632a7330f3b9f4e1be1225610 0.00 MB 1 0
9,841 9,841 00000000a24ffe7c80ead2ec6243cc63ccf856b283fcc540f99c0290d8c83d84 0.00 MB 1 0
9,840 9,840 00000000d846c5fbd90fe25130cfc4c62e07594c5d98b8fcb13110d38fe56a23 0.00 MB 1 0
9,839 9,839 000000008bfb183e9d375292344ecd35899c258bddef56ee091b61dda63a66c2 0.00 MB 1 0
9,838 9,838 00000000daea17fed830ea437e95b5461b9820c49cbe2fa6ddd0b63b272decab 0.00 MB 1 0
9,837 9,837 00000000acc0f1ca3334891819df9916b3e93aa7901bd2046fd9141fe065a05b 0.00 MB 1 0
9,836 9,836 0000000025fbf75fb5db7cd88819a5a3d2fc1ef50f405e9f512ca8f40a47b6f8 0.00 MB 1 0
9,835 9,835 000000009661f970f6229dc2f3354524bf0c38de6ef3b0cb5ea4f841ce6bf084 0.00 MB 1 0
9,834 9,834 0000000019ec79c49298f0178eece3ea02d5d62ce4781b5679524c8f855de1ae 0.00 MB 1 0
9,833 9,833 00000000291d1e9992b6fb0950aa42ee916e11c7342c0532dfc996dbc927b3a2 0.00 MB 1 0
9,832 9,832 00000000a17bc7e51b85d43b8dbc06f6cd575f94d0050ad3d5c4d3f6cecc88d7 0.00 MB 1 0
9,831 9,831 00000000cb436394d614a9f287adf06cc481eb1da693ea873da8c139081a0dbc 0.00 MB 1 0
9,830 9,830 000000007f59c710050c4c76857fd164113222ca67e77e97ae2a06a5de36c535 0.00 MB 1 0
9,829 9,829 00000000d40f8fd5a583f3c209ada02ffe8a71cd177e7124d9f658f7a0b3e234 0.00 MB 1 0
9,828 9,828 00000000db0de32a3c00674d9e61d317669f00292ca2b91ad8958d90ae0aa426 0.00 MB 1 0
9,827 9,827 0000000003eb7f288ba713e86a91e40fc34825240b8e353d6083b8dcc4d353e5 0.00 MB 1 0
9,826 9,826 000000007509929eb2a348285246eeacdb28c98446f7760b6c2b2a9e98015c05 0.00 MB 1 0
9,825 9,825 0000000002f84ce99315f07cc0693fef6caa5720e5f39f7b08199b3fe2fff795 0.00 MB 1 0
9,824 9,824 000000000d20a20d5254527145a196dae320ba253bdded919e906852e52674be 0.00 MB 1 0
9,823 9,823 00000000b880ef8c65da454b4d662529580180619811f572fb7ff5e8947affab 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.25 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,701.26 GB sent, 98.66 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.