Memory Pool Memory Pool Refreshing

5,636 transactions
1.67 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,417 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,736 (875,534 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
33,202 33,202 00000000d0f5a9136ff17de4fb66372e9215a6f890a5e8dd6de612d47985e36d 0.00 MB 1 0
33,201 33,201 00000000509ed00e8d9670d4ba534288b6b449428d68788ce47a624c69c07f77 0.00 MB 1 0
33,200 33,200 00000000752382a9aa355fb2a663613cea7b7ad503331df3ac2e100604ed14d4 0.00 MB 1 0
33,199 33,199 0000000002170b69a88128c4dea4ffa6b286446b72695f233a3d890f7ef92779 0.00 MB 1 0
33,198 33,198 00000000d3982bf25634bf9e7bbc395db933c2749a5364696dc08b872fefdd43 0.00 MB 1 0
33,197 33,197 00000000c493f1d0529879f2c8c39bc6526763e3d98255a4282248c3a3f1bf5b 0.00 MB 1 0
33,196 33,196 000000007a899f2153f25ae59985936858ffae7b259e98459163b2bad204eb9b 0.00 MB 1 0
33,195 33,195 0000000096fbbe98afeb87d49be96cd5db68722207f332b19325a33d59a6b4cd 0.00 MB 1 0
33,194 33,194 0000000061bb028e6652c30211bfe2f44c0a5966dad36af97cceec9e2620ce7a 0.00 MB 1 0
33,193 33,193 0000000096e8ea5d27b2925602e1f0e8494293310936f777e32ee1d73e33aff1 0.00 MB 1 0
33,192 33,192 00000000430350838616f763beb7fe6f2f067d1654576edb1a96f81bf1f853cc 0.00 MB 1 0
33,191 33,191 00000000c823c993178a43d182517c9705ff1814afa8910816134bd19493076b 0.00 MB 1 0
33,190 33,190 00000000a6badb4599a422976d23c114a7f069a20eecec3092547d43d15d1433 0.00 MB 1 0
33,189 33,189 000000003729adbc25770d22ce589ffaf9cc20088bff7ed04b851bc378478b47 0.00 MB 1 0
33,188 33,188 000000004549c0154c2fa2fef32e87b81bdc020baf0a83175d6afe0583cf1cb8 0.00 MB 1 0
33,187 33,187 000000007d4e539153709fa4def6add263f80ce3e341df78c3b22fe1898fd891 0.00 MB 1 0
33,186 33,186 00000000cec61a1470c55080686d56564bd2692b0ae857e326c84276ceb04227 0.00 MB 1 0
33,185 33,185 000000008da13450ccc252d5a97e0aa88d8382f1e2133a6cc90caa4d692772db 0.00 MB 1 0
33,184 33,184 000000008db277a99ef0650e0e055cd07fb05eaaae2a4d0811358288c26cea4d 0.00 MB 1 0
33,183 33,183 0000000067055d76a5a3d812e105cdc82f8f9fd0590a305091dbdec787169468 0.00 MB 1 0
33,182 33,182 00000000b9da59db6cc9ee301be1880c795c9d0ff14b842acc60d9a243c709fe 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.07 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,855.46 GB sent, 102.33 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.