Memory Pool Memory Pool Refreshing

1,696 transactions
0.70 vMB
Show Random Selection Loading Transactions
Max Size: 4/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
907,915 00000000000000000002349e0000000000000000000000000000000000000000 0.69 vMB 1,692 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,914 (561,470 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
346,444 346,444 00000000000000000c85f4a919a619550833b4c6310ccc75e30afe91e4c645bc 0.29 MB 527 22
346,443 346,443 00000000000000000b25f4bbcda3875cbc10941060e1c8b4ed052050f318e83a 0.38 MB 668 22
346,442 346,442 00000000000000000a56af9257dacdbf8b1b89d0f339f634a5097db79ce410c5 0.44 MB 770 19
346,441 346,441 000000000000000014042bb5d488fb4ca608c3f661411fd57fccc9fdcd9ef418 0.05 MB 129 31
346,440 346,440 00000000000000000fe5dcc61dee13967fd7e636931fad254a29927544b34ad3 0.33 MB 197 14
346,439 346,439 00000000000000000bbd72b322d6590d3fa9797ff70d15017f598f38e1146c08 0.75 MB 1,184 22
346,438 346,438 00000000000000000186d1da28ad85336154d8bfcbdb787ebe6a2f92dc63a5ec 0.33 MB 1,024 42
346,437 346,437 0000000000000000133984c3651533cf65b9025f87fd7cb16ba100af73499b28 0.37 MB 717 30
346,436 346,436 000000000000000013cc0fe57541a2cb79b8e23ec6da61c57771c4c53ff42197 0.38 MB 748 14
346,435 346,435 000000000000000013307f0337c22bd3e88b51cc24e99e8834a4e97a8eed9e9d 1.00 MB 1,624 28
346,434 346,434 000000000000000012b41377af38e103f6a8a57c36390c7ec548bc5b86dba595 0.75 MB 1,030 23
346,433 346,433 000000000000000006b4face38dc8383ded5b9ff28bc77206512277715964b48 0.75 MB 1,242 24
346,432 346,432 0000000000000000153f08b6cd9dd0f9c6d1d6e6961ec014cd277172cfd6cdb8 0.75 MB 2,014 35
346,431 346,431 00000000000000000ca4624c7b16e8fb6b6ccd296bebcbdce2b3d0cb083e0bdd 0.08 MB 97 15
346,430 346,430 00000000000000000f71e85800ddf7298fb32a2efc736dddfe2c32f2f66ef5e0 0.10 MB 141 25
346,429 346,429 00000000000000000cb00b9f810c1bbcae2d1e88a2e0ea7c467df3e20a619c41 0.72 MB 961 17
346,428 346,428 00000000000000000b01d8c12d08e2579199c02f42ac415d38e7b13a9a98427e 0.75 MB 1,955 36
346,427 346,427 00000000000000000d8cabd257d01f0ae59b0edd3ff682f00122ab670bbfd6a5 0.02 MB 46 13
346,426 346,426 000000000000000005ace711b3c696ee35bf1f066d82ad863388f0c2a0245c5a 0.12 MB 217 16
346,425 346,425 00000000000000000fb58610c9bf66fc09be624ba9e6cdbc699af10fdc37c5ae 0.43 MB 772 26
346,424 346,424 0000000000000000113a11fae2e2ed30d6122cc1e94ee27e7dcc8d7de3369ab3 0.16 MB 320 26
Previous 10 blocks ↓
Total Size: 769.38 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,644.14 GB sent, 94.85 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.