Memory Pool Memory Pool Refreshing

6,023 transactions
1.79 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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
907,697 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,309 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,696 (676,058 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
231,638 231,638 000000000000003653f0ce9e1ee9c845300b5e32269830f9308eb0b902d892a6 0.20 MB 391 202
231,637 231,637 00000000000001b39fe84db77827670a7e729507eac7bb77f3a2df8a5be95269 0.00 MB 3 995
231,636 231,636 000000000000008cfcd1437c14ee1e07afcffeed3b2e0ef69487c2a1f1b22cec 0.06 MB 140 178
231,635 231,635 00000000000000ad7b01af692537e8bfa14ce4f6d4dd5a91c5cbf83e0f80fec2 0.16 MB 421 181
231,634 231,634 000000000000002b8089df96a231cfd1865abfdd402e09180b3f48a720d97e90 0.08 MB 209 220
231,633 231,633 00000000000001d217702c025dcfb3f84f2c56c06b57aec0b88080528cf2f7b3 0.24 MB 135 14
231,632 231,632 000000000000013c994d4eed43a9c5f15a59ae5b4d69207a5d65a0482d86bc6d 0.25 MB 482 106
231,631 231,631 00000000000001dfbc7cbe2f6db9337ec24e4e9cbb3500189bca11172d92b394 0.25 MB 596 174
231,630 231,630 00000000000002234d241062891a0758edd0c8677efd6143960b58c4f7bb40dd 0.20 MB 429 195
231,629 231,629 000000000000022d3c49275cc151f1ecaf0cbc3c8c1ffb685593c3da7b102c75 0.05 MB 95 111
231,628 231,628 00000000000000b39e4b88a94e9183cae7e2706aec121c7f64a61b9f6d11aaae 0.21 MB 460 157
231,627 231,627 00000000000001a280ad94e0cb31cd8cb71d90fd3531753cf68724959f143eee 0.20 MB 365 135
231,626 231,626 00000000000001568430c2f2097e92554a33e9e3e4e7b1c9737cf6312c986bea 0.25 MB 441 125
231,625 231,625 00000000000001b679eea8380456e5379bc020659292f85d247463d7a8d67e49 0.18 MB 456 170
231,624 231,624 000000000000002029117cddd4df09276c3bccde4e8e404d1f4d0d823fac78f4 0.08 MB 170 185
231,623 231,623 000000000000003a057525654e8c934fd959dc454abd027c258aed08325b2fc6 0.09 MB 210 181
231,622 231,622 000000000000010aa9cfa67ac49bdc3922fb064492d7f5c2eedb5857d30b8e77 0.09 MB 230 168
231,621 231,621 00000000000001389a8cd09ac17cf8215cd4aba6d391ee2202672d5f4a0b4887 0.17 MB 326 137
231,620 231,620 0000000000000173b91c54767f003f02cd0412737e6bf6de58d2e461d38e00c6 0.23 MB 517 155
231,619 231,619 000000000000002e31ea9d2de0cc49fec7bf7cd81b1ce535b0d87a9517b5c5bd 0.24 MB 571 272
231,618 231,618 000000000000005e37b1ef53d30adc7f22404ab4bfa7bb253c3f108d036c14c0 0.06 MB 179 183
Previous 10 blocks ↓
Total Size: 768.98 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,615.98 GB sent, 92.70 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.