Memory Pool Memory Pool Refreshing

448 transactions
0.12 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,875 00000000000000000002349e0000000000000000000000000000000000000000 0.10 vMB 433 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (48,820 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
859,054 859,054 0000000000000000000074efd8832cf4bd9d9dd117db69184806ae5a1dd1720f 1.57 MB 3,377 10
859,053 859,053 000000000000000000016424d235448c146698d5baa457ddb63047463909b134 1.65 MB 3,225 3
859,052 859,052 00000000000000000002259a7d036de206edb720ef1ed7fa54e1af8231a0c3b7 1.44 MB 2,766 7
859,051 859,051 000000000000000000029a824d22e0e752918048fc99591fd243a8eb437d1199 1.70 MB 6,044 3
859,050 859,050 000000000000000000030fa6e06d800e8b517605febfbf5fc974fd93be28576c 1.64 MB 6,857 3
859,049 859,049 000000000000000000021342d20a64e77c77fcdbbaa95821575537869aaebc25 1.59 MB 4,204 3
859,048 859,048 00000000000000000000c0b94bcbdd7cf1afabaf76e5ec69e5446bd378b01bc3 1.70 MB 3,099 4
859,047 859,047 00000000000000000001f3c5b08114bec45e634a661e49963afea5d2f03484b3 1.71 MB 3,203 5
859,046 859,046 0000000000000000000053ea695c84e2cd114997951fab2bc4124d2c4888812b 1.74 MB 3,092 5
859,045 859,045 00000000000000000002bd2b74186972e38a24493cabe16a4bf02676dfacb0da 1.61 MB 3,330 9
859,044 859,044 000000000000000000024c56628c1871248a08e10b7a9b6a11c8e731c76f1378 1.27 MB 1,606 7
859,043 859,043 0000000000000000000124535447aded0a826042e7ae3551fad18cb66aa90f2b 1.56 MB 7,346 2
859,042 859,042 00000000000000000002be3f247c5f924e05dd6d70e9a938b5031f16ec783514 1.58 MB 7,112 2
859,041 859,041 00000000000000000001239796c4662c024e5b9b633366e189920c7feee66504 1.58 MB 3,447 5
859,040 859,040 00000000000000000002d02054a28828dc2aa35f2040164105d4d854f15fe396 1.59 MB 3,995 3
859,039 859,039 0000000000000000000059e2d100ddf3fc86f80f2e52de01e86debc824bc01d7 1.49 MB 2,706 6
859,038 859,038 00000000000000000003106edee8221ffef017b9a862661dc2450a47bdc32876 1.62 MB 4,793 4
859,037 859,037 000000000000000000010a2e204218014254c6684817fcfa351391dec106cb8f 1.56 MB 6,536 3
859,036 859,036 0000000000000000000301ee1c8d406015fc4305423db1e2f72fe4295a6eb685 1.44 MB 7,285 2
859,035 859,035 000000000000000000026275318efbf1e8172104ae8cb1e7784d2dc6f390bac0 1.67 MB 5,318 3
859,034 859,034 000000000000000000026d78a032720f77d1c4a08c2dd32eebdec078452b1020 1.53 MB 2,962 6
Previous 10 blocks ↓
Total Size: 769.31 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,642.74 GB sent, 94.46 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.