Memory Pool Memory Pool Refreshing

1,857 transactions
0.66 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 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,751 00000000000000000002349e0000000000000000000000000000000000000000 0.66 vMB 1,857 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,750 (260,648 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
647,102 647,102 00000000000000000005af440cf3340a19061edb89895ccdb586062c7ab7e551 1.34 MB 1,902 39
647,101 647,101 0000000000000000000a3ed713f94f36514518672aac1e72a6dcf64ba7a397ad 1.61 MB 1,063 4
647,100 647,100 00000000000000000002051805bc5c7af8218c42151afccbed4d17bd4b5e031f 1.35 MB 2,978 59
647,099 647,099 0000000000000000000bea3bf41fc7a4e380432f62b1980d97615a61374d7e89 1.20 MB 2,392 23
647,098 647,098 00000000000000000006c14c01b14ad314571422067ccad7729b4e1978cf7f12 1.53 MB 1,904 16
647,097 647,097 000000000000000000034681b222bf8313163710a2fd5476ee161efc513af5b1 1.26 MB 2,116 115
647,096 647,096 0000000000000000000b94fd8e0ba89101b1dabbe8e6ac61cf43dad34569fc93 1.41 MB 2,535 82
647,095 647,095 000000000000000000049eb84f9606ed51318cd8ce1f14e2822b77d870f3b37c 1.75 MB 417 5
647,094 647,094 00000000000000000004b890f90bb9a3c634654c7dbc92c7581d4f4721ce2df9 1.24 MB 2,402 24
647,093 647,093 000000000000000000089c63511d09cd52c5957fb7d92f1eae710db8406a23bb 1.11 MB 2,273 16
647,092 647,092 0000000000000000000494689abb619ae054c6a19f86367a0c808bacab0fb30a 1.47 MB 1,758 64
647,091 647,091 00000000000000000006baf80c1b80d01012943781f22f613c25cdc4ac84e906 1.49 MB 1,985 66
647,090 647,090 000000000000000000033747009e77e3901611c21f69588dd5237c086fc06b81 1.35 MB 2,210 71
647,089 647,089 00000000000000000004f5fd3d0eef953afba4bb2734deac088270e24ca194f8 1.37 MB 1,945 96
647,088 647,088 0000000000000000000c7afa852087475e75c33849bcc474833f3c3c5cf3ce74 1.22 MB 2,298 35
647,087 647,087 00000000000000000003cec2881c46ff86295d354c9993ec724c48c4ae8464ed 1.39 MB 2,373 79
647,086 647,086 0000000000000000000e450684882a222c8b0a75c0f516d2f3f6b655b5414699 1.18 MB 1,232 112
647,085 647,085 0000000000000000000bd4d6ea9fd2b0ccbb6a1da7fd32675029d13835fa8ffc 1.20 MB 991 20
647,084 647,084 00000000000000000000537a28eedc5314ed4a01ee7dbe5d25d577b17ac86b55 1.02 MB 387 2
647,083 647,083 0000000000000000000f116f8c878b3746846fea22114d478703b3ac12327752 1.13 MB 876 8
647,082 647,082 0000000000000000000017f8331f3876ab1c5a22dd0667aa2f6de63480baa143 1.33 MB 2,116 66
Previous 10 blocks ↓
Total Size: 769.08 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,628.18 GB sent, 93.27 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.